#BBD1EA

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

Shades of Tropical Blue #BBD1EA

Tints of Tropical Blue #BBD1EA

Color information

#BBD1EA (or 0xBBD1EA) is unknown color: approx Tropical Blue. HEX triplet: BB, D1 and EA. RGB value is (187,209,234). Sum of RGB (Red+Green+Blue) = 187+209+234=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1EA is #442E15. Grayscale: #CDCDCD. Windows color (decimal): -4468246 or 15389115. OLE color: 15389115.

HSL color Cylindrical-coordinate representation of color #BBD1EA: hue angle of 211.91º 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 #BBD1EA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187209234-
CMYK0.200.1100.08
HSL211.91º52.81%82.55%-
HSV(B)211.91º20.09%91.76%-
XYZ58.1562.1186.77-
YUV205.27144.21114.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=29.68%
G=33.17%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872092340.200.1100.08211.9152.8182.55
HexBBD1EA14B08d43553
Octal273321352241301032465123
Binary10111011110100011110101010100101101000110101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1EA; }

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

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

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

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

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

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

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

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