#BBD0E4

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

Shades of Tropical Blue #BBD0E4

Tints of Tropical Blue #BBD0E4

Color information

#BBD0E4 (or 0xBBD0E4) is unknown color: approx Tropical Blue. HEX triplet: BB, D0 and E4. RGB value is (187,208,228). Sum of RGB (Red+Green+Blue) = 187+208+228=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0E4 is #442F1B. Grayscale: #CBCBCB. Windows color (decimal): -4468508 or 14995643. OLE color: 14995643.

HSL color Cylindrical-coordinate representation of color #BBD0E4: hue angle of 209.27º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD0E4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187208228-
CMYK0.180.0900.11
HSL209.27º43.16%81.37%-
HSV(B)209.27º17.98%89.41%-
XYZ57.0561.2882.22-
YUV204141.54115.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=30.02%
G=33.39%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872082280.180.0900.11209.2743.1681.37
HexBBD0E41290Bd12b51
Octal273320344221101332153121
Binary10111011110100001110010010010100101011110100011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0E4; }

 p { color: rgb(187,208,228); }

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

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

 a { background-color: rgb(187,208,228); }

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

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

 span { border-color: rgb(187,208,228); }

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