#B9CBEA

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

Shades of Tropical Blue #B9CBEA

Tints of Tropical Blue #B9CBEA

Color information

#B9CBEA (or 0xB9CBEA) is unknown color: approx Tropical Blue. HEX triplet: B9, CB and EA. RGB value is (185,203,234). Sum of RGB (Red+Green+Blue) = 185+203+234=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBEA is #463415. Grayscale: #C9C9C9. Windows color (decimal): -4600854 or 15387577. OLE color: 15387577.

HSL color Cylindrical-coordinate representation of color #B9CBEA: hue angle of 217.96º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CBEA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185203234-
CMYK0.210.1300.08
HSL217.96º53.85%82.16%-
HSV(B)217.96º20.94%91.76%-
XYZ56.2158.9786.26-
YUV201.15146.54116.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.74%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=29.74%
G=32.64%
B=37.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852032340.210.1300.08217.9653.8582.16
HexB9CBEA15D08da3652
Octal271313352251501033266122
Binary10111001110010111110101010101110101000110110101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBEA; }

 p { color: rgb(185,203,234); }

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

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

 a { background-color: rgb(185,203,234); }

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

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

 span { border-color: rgb(185,203,234); }

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