#BBD3EF

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

Shades of Tropical Blue #BBD3EF

Tints of Tropical Blue #BBD3EF

Color information

#BBD3EF (or 0xBBD3EF) is unknown color: approx Tropical Blue. HEX triplet: BB, D3 and EF. RGB value is (187,211,239). Sum of RGB (Red+Green+Blue) = 187+211+239=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EF is #442C10. Grayscale: #CECECE. Windows color (decimal): -4467729 or 15717307. OLE color: 15717307.

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

Color convert

RGB187211239-
CMYK0.220.1200.06
HSL212.31º61.9%83.53%-
HSV(B)212.31º21.76%93.73%-
XYZ59.3763.3990.77-
YUV207.02146.05113.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 211 (82.81% from 255) = 33.12%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=29.36%
G=33.12%
B=37.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872112390.220.1200.06212.3161.983.53
HexBBD3EF16C06d43e54
Octal27332335726140632476124
Binary1011101111010011111011111011011000110110101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3EF; }

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

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

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

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

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

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

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

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