#BBCEE7

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

Shades of Tropical Blue #BBCEE7

Tints of Tropical Blue #BBCEE7

Color information

#BBCEE7 (or 0xBBCEE7) is unknown color: approx Tropical Blue. HEX triplet: BB, CE and E7. RGB value is (187,206,231). Sum of RGB (Red+Green+Blue) = 187+206+231=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEE7 is #443118. Grayscale: #CBCBCB. Windows color (decimal): -4469017 or 15191739. OLE color: 15191739.

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

Color convert

RGB187206231-
CMYK0.190.1100.09
HSL214.09º47.83%81.96%-
HSV(B)214.09º19.05%90.59%-
XYZ56.9960.4884.27-
YUV203.17143.71116.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 231 (90.62% from 255) = 37.02%
R=29.97%
G=33.01%
B=37.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872062310.190.1100.09214.0947.8381.96
HexBBCEE713B09d63052
Octal273316347231301132660122
Binary10111011110011101110011110011101101001110101101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEE7; }

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

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

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

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

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

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

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

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