#BBCEE5

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

Shades of Tropical Blue #BBCEE5

Tints of Tropical Blue #BBCEE5

Color information

#BBCEE5 (or 0xBBCEE5) is unknown color: approx Tropical Blue. HEX triplet: BB, CE and E5. RGB value is (187,206,229). Sum of RGB (Red+Green+Blue) = 187+206+229=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEE5 is #44311A. Grayscale: #CACACA. Windows color (decimal): -4469019 or 15060667. OLE color: 15060667.

HSL color Cylindrical-coordinate representation of color #BBCEE5: hue angle of 212.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCEE5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187206229-
CMYK0.180.1000.10
HSL212.86º44.68%81.57%-
HSV(B)212.86º18.34%89.8%-
XYZ56.7160.3682.79-
YUV202.94142.71116.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=30.06%
G=33.12%
B=36.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872062290.180.1000.10212.8644.6881.57
HexBBCEE512A0Ad52d52
Octal273316345221201232555122
Binary10111011110011101110010110010101001010110101011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEE5; }

 p { color: rgb(187,206,229); }

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

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

 a { background-color: rgb(187,206,229); }

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

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

 span { border-color: rgb(187,206,229); }

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