#BBD3EE

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

Shades of Tropical Blue #BBD3EE

Tints of Tropical Blue #BBD3EE

Color information

#BBD3EE (or 0xBBD3EE) is unknown color: approx Tropical Blue. HEX triplet: BB, D3 and EE. RGB value is (187,211,238). Sum of RGB (Red+Green+Blue) = 187+211+238=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EE is #442C11. Grayscale: #CECECE. Windows color (decimal): -4467730 or 15651771. OLE color: 15651771.

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

Color convert

RGB187211238-
CMYK0.210.1100.07
HSL211.76º60%83.33%-
HSV(B)211.76º21.43%93.33%-
XYZ59.2263.3389.99-
YUV206.9145.55113.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 211 (82.81% from 255) = 33.18%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=29.40%
G=33.18%
B=37.42%

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
Decimal1872112380.210.1100.07211.766083.33
HexBBD3EE15B07d43c53
Octal27332335625130732474123
Binary1011101111010011111011101010110110111110101001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3EE; }

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

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

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

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

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

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

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

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