#BBD1EE

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

Shades of Tropical Blue #BBD1EE

Tints of Tropical Blue #BBD1EE

Color information

#BBD1EE (or 0xBBD1EE) is unknown color: approx Tropical Blue. HEX triplet: BB, D1 and EE. RGB value is (187,209,238). Sum of RGB (Red+Green+Blue) = 187+209+238=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1EE is #442E11. Grayscale: #CDCDCD. Windows color (decimal): -4468242 or 15651259. OLE color: 15651259.

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

Color convert

RGB187209238-
CMYK0.210.1200.07
HSL214.12º60%83.33%-
HSV(B)214.12º21.43%93.33%-
XYZ58.7362.3489.83-
YUV205.73146.21114.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=29.50%
G=32.97%
B=37.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872092380.210.1200.07214.126083.33
HexBBD1EE15C07d63c53
Octal27332135625140732674123
Binary1011101111010001111011101010111000111110101101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1EE; }

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

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

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

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

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

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

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

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