#BBD0EF

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

Shades of Tropical Blue #BBD0EF

Tints of Tropical Blue #BBD0EF

Color information

#BBD0EF (or 0xBBD0EF) is unknown color: approx Tropical Blue. HEX triplet: BB, D0 and EF. RGB value is (187,208,239). Sum of RGB (Red+Green+Blue) = 187+208+239=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0EF is #442F10. Grayscale: #CDCDCD. Windows color (decimal): -4468497 or 15716539. OLE color: 15716539.

HSL color Cylindrical-coordinate representation of color #BBD0EF: hue angle of 215.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBD0EF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187208239-
CMYK0.220.1300.06
HSL215.77º61.9%83.53%-
HSV(B)215.77º21.76%93.73%-
XYZ58.6361.9190.52-
YUV205.26147.04114.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=29.50%
G=32.81%
B=37.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872082390.220.1300.06215.7761.983.53
HexBBD0EF16D06d83e54
Octal27332035726150633076124
Binary1011101111010000111011111011011010110110110001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0EF; }

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

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

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

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

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

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

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

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