#BBD0E6

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

Shades of Tropical Blue #BBD0E6

Tints of Tropical Blue #BBD0E6

Color information

#BBD0E6 (or 0xBBD0E6) is unknown color: approx Tropical Blue. HEX triplet: BB, D0 and E6. RGB value is (187,208,230). Sum of RGB (Red+Green+Blue) = 187+208+230=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0E6 is #442F19. Grayscale: #CCCCCC. Windows color (decimal): -4468506 or 15126715. OLE color: 15126715.

HSL color Cylindrical-coordinate representation of color #BBD0E6: hue angle of 210.7º 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 #BBD0E6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187208230-
CMYK0.190.1000.10
HSL210.7º46.24%81.76%-
HSV(B)210.7º18.7%90.2%-
XYZ57.3361.3983.69-
YUV204.23142.54115.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=29.92%
G=33.28%
B=36.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872082300.190.1000.10210.746.2481.76
HexBBD0E613A0Ad32e52
Octal273320346231201232356122
Binary10111011110100001110011010011101001010110100111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0E6; }

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

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

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

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

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

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

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

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