#BBD3EA

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

Shades of Tropical Blue #BBD3EA

Tints of Tropical Blue #BBD3EA

Color information

#BBD3EA (or 0xBBD3EA) is unknown color: approx Tropical Blue. HEX triplet: BB, D3 and EA. RGB value is (187,211,234). Sum of RGB (Red+Green+Blue) = 187+211+234=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EA is #442C15. Grayscale: #CECECE. Windows color (decimal): -4467734 or 15389627. OLE color: 15389627.

HSL color Cylindrical-coordinate representation of color #BBD3EA: hue angle of 209.36º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD3EA is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187211234-
CMYK0.200.1000.08
HSL209.36º52.81%82.55%-
HSV(B)209.36º20.09%91.76%-
XYZ58.6463.0986.93-
YUV206.45143.55114.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=29.59%
G=33.39%
B=37.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872112340.200.1000.08209.3652.8182.55
HexBBD3EA14A08d13553
Octal273323352241201032165123
Binary10111011110100111110101010100101001000110100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3EA; }

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

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

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

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

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

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

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

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