Color Hex Logo

#bbc7fe Color Hex

#BBC7FE
(187,199,254)
0 Favorites   0 Comments

Color spaces of #bbc7fe

RGB 187199254
HSL0.640.970.86
HSV229°26°100°
CMYK 0.260.220.00   0.00
XYZ58.806358.5674101.9711
Yxy58.56740.26810.2670
Hunter Lab76.52933.2357-25.4301
CIE-Lab81.05327.7216-28.3420

#bbc7fe color RGB value is (187,199,254).

#bbc7fe hex color red value is 187, green value is 199 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbc7fe hue: 0.64 , saturation: 0.97 and the lightness value of bbc7fe is 0.86.

The process color (four color CMYK) of #bbc7fe color hex is 0.26, 0.22, 0.00, 0.00. Web safe color of #bbc7fe is #ccccff. Color #bbc7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 11111110
Octal 273 307 376
Decimal 187 199 254
Hex BB C7 FE

RGB Percentages of Color #bbc7fe

%29.22
%31.09
%39.69

CMYK Percentages of Color #bbc7fe

%26
%22
%0
%0

Triadic Colors of #bbc7fe

#bbc7fe #febbc7 #c7febb

Analogous Colors of #bbc7fe

#bbc7fe #d1bbfe #bbe9fe

Monochromatic Colors of #bbc7fe

#bbc7fe

Complementary Color

#bbc7fe #fef2bb

#bbc7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc7fe Color CSS Codes

.mybgcolor {background-color:#bbc7fe; } 
.myforecolor {color:#bbc7fe; }
.mybordercolor {border:3px solid #bbc7fe; }

#bbc7fe Text Font Color

<p style="color:#bbc7fe">Text here</p>

This sample text font color is #bbc7fe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc7fe Background Color

<div style="background-color:#bbc7fe">
Div content here</div>

This div background color is #bbc7fe


#bbc7fe Border Color

<div style="border:3px solid #bbc7fe">
Div here</div>

This div border color is #bbc7fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,199,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc7fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc7fe;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc7fe;
  box-shadow:         1px 1px 3px 2px #bbc7fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,199,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc7fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc7fe;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc7fe;
  box-shadow:         1px 1px 3px 2px #bbc7fe;">
Div content here</div>

This div box has shadow with color #bbc7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.