#BBD2E6

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

Shades of Tropical Blue #BBD2E6

Tints of Tropical Blue #BBD2E6

Color information

#BBD2E6 (or 0xBBD2E6) is unknown color: approx Tropical Blue. HEX triplet: BB, D2 and E6. RGB value is (187,210,230). Sum of RGB (Red+Green+Blue) = 187+210+230=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2E6 is #442D19. Grayscale: #CDCDCD. Windows color (decimal): -4467994 or 15127227. OLE color: 15127227.

HSL color Cylindrical-coordinate representation of color #BBD2E6: hue angle of 207.91º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD2E6 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187210230-
CMYK0.190.0900.10
HSL207.91º46.24%81.76%-
HSV(B)207.91º18.7%90.2%-
XYZ57.8262.3783.85-
YUV205.4141.88114.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=29.82%
G=33.49%
B=36.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872102300.190.0900.10207.9146.2481.76
HexBBD2E61390Ad02e52
Octal273322346231101232056122
Binary10111011110100101110011010011100101010110100001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2E6; }

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

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

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

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

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

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

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

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