#BBD2EB

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

Shades of Tropical Blue #BBD2EB

Tints of Tropical Blue #BBD2EB

Color information

#BBD2EB (or 0xBBD2EB) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and EB. RGB value is (187,210,235). Sum of RGB (Red+Green+Blue) = 187+210+235=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EB is #442D14. Grayscale: #CDCDCD. Windows color (decimal): -4467989 or 15454907. OLE color: 15454907.

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

Color convert

RGB187210235-
CMYK0.200.1100.08
HSL211.25º54.55%82.75%-
HSV(B)211.25º20.43%92.16%-
XYZ58.5462.6687.61-
YUV205.97144.38114.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=29.59%
G=33.23%
B=37.18%

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
Decimal1872102350.200.1100.08211.2554.5582.75
HexBBD2EB14B08d33753
Octal273322353241301032367123
Binary10111011110100101110101110100101101000110100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2EB; }

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

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

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

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

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

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

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

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