#BBD3EC

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

Shades of Tropical Blue #BBD3EC

Tints of Tropical Blue #BBD3EC

Color information

#BBD3EC (or 0xBBD3EC) is unknown color: approx Tropical Blue. HEX triplet: BB, D3 and EC. RGB value is (187,211,236). Sum of RGB (Red+Green+Blue) = 187+211+236=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EC is #442C13. Grayscale: #CECECE. Windows color (decimal): -4467732 or 15520699. OLE color: 15520699.

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

Color convert

RGB187211236-
CMYK0.210.1100.07
HSL210.61º56.32%82.94%-
HSV(B)210.61º20.76%92.55%-
XYZ58.9363.2188.45-
YUV206.67144.55113.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 211 (82.81% from 255) = 33.28%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=29.50%
G=33.28%
B=37.22%

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
Decimal1872112360.210.1100.07210.6156.3282.94
HexBBD3EC15B07d33853
Octal27332335425130732370123
Binary1011101111010011111011001010110110111110100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3EC; }

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

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

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

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

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

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

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

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