#BBD2EA

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

Shades of Tropical Blue #BBD2EA

Tints of Tropical Blue #BBD2EA

Color information

#BBD2EA (or 0xBBD2EA) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and EA. RGB value is (187,210,234). Sum of RGB (Red+Green+Blue) = 187+210+234=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EA is #442D15. Grayscale: #CDCDCD. Windows color (decimal): -4467990 or 15389371. OLE color: 15389371.

HSL color Cylindrical-coordinate representation of color #BBD2EA: hue angle of 210.64º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD2EA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187210234-
CMYK0.200.1000.08
HSL210.64º52.81%82.55%-
HSV(B)210.64º20.09%91.76%-
XYZ58.3962.686.85-
YUV205.86143.88114.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=29.64%
G=33.28%
B=37.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872102340.200.1000.08210.6452.8182.55
HexBBD2EA14A08d33553
Octal273322352241201032365123
Binary10111011110100101110101010100101001000110100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2EA; }

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

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

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

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

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

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

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

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