#BBCFE9

Color #BBCFE9 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #BBCFE9

Tints of Tropical Blue #BBCFE9

Color information

#BBCFE9 (or 0xBBCFE9) is unknown color: approx Tropical Blue. HEX triplet: BB, CF and E9. RGB value is (187,207,233). Sum of RGB (Red+Green+Blue) = 187+207+233=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFE9 is #443016. Grayscale: #CBCBCB. Windows color (decimal): -4468759 or 15323067. OLE color: 15323067.

HSL color Cylindrical-coordinate representation of color #BBCFE9: hue angle of 213.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCFE9 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187207233-
CMYK0.200.1100.09
HSL213.91º51.11%82.35%-
HSV(B)213.91º19.74%91.37%-
XYZ57.5161.0785.85-
YUV203.98144.37115.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 233 (91.41% from 255) = 37.16%
R=29.82%
G=33.01%
B=37.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872072330.200.1100.09213.9151.1182.35
HexBBCFE914B09d63352
Octal273317351241301132663122
Binary10111011110011111110100110100101101001110101101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFE9; }

 p { color: rgb(187,207,233); }

 H1.HeaderClassName
 {
   color: #BBCFE9;
 }
 .AnyTagClassName
 {
   color: #BBCFE9;
 }
</style>
background-color css

<style>
 a { background-color: #BBCFE9; }

 a { background-color: rgb(187,207,233); }

 div.DivClassName
 {
   background-color: #BBCFE9;
 }
 .BgClassName
 {
   background-color: #BBCFE9;
 }
</style>
border-color css

<style>
 span { border-color: #BBCFE9; }

 span { border-color: rgb(187,207,233); }

 td.TdClassName
 {
   border-color: #BBCFE9;
 }
 .TagClassName
 {
   border-color: #BBCFE9;
 }
</style>