#BBD2EC

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

Shades of Tropical Blue #BBD2EC

Tints of Tropical Blue #BBD2EC

Color information

#BBD2EC (or 0xBBD2EC) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and EC. RGB value is (187,210,236). Sum of RGB (Red+Green+Blue) = 187+210+236=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EC is #442D13. Grayscale: #CDCDCD. Windows color (decimal): -4467988 or 15520443. OLE color: 15520443.

HSL color Cylindrical-coordinate representation of color #BBD2EC: hue angle of 211.84º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD2EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187210236-
CMYK0.210.1100.07
HSL211.84º56.32%82.94%-
HSV(B)211.84º20.76%92.55%-
XYZ58.6862.7188.37-
YUV206.09144.88114.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 210 (82.42% from 255) = 33.18%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=29.54%
G=33.18%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872102360.210.1100.07211.8456.3282.94
HexBBD2EC15B07d43853
Octal27332235425130732470123
Binary1011101111010010111011001010110110111110101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2EC; }

 p { color: rgb(187,210,236); }

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

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

 a { background-color: rgb(187,210,236); }

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

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

 span { border-color: rgb(187,210,236); }

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