Html Css Color HEX #B9DDCB Aero Blue

📋 copy color: '#B9DDCB'

red 185 ◦ green 221 ◦ blue 203

#B9DDCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #B9DDCB

Tints of Aero Blue #B9DDCB

RGB

 RED value IS 185 (72.66% from 255) = 30.38%

 GREEN value IS 221 (86.72% from 255) = 36.29%

 BLUE value IS 203 (79.69% from 255) = 33.33%

R = 30.38%
G = 36.29%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#B9DDCB (or 0xB9DDCB) is known color: Aero Blue. HEX triplet: B9, DD and CB. RGB value is (185,221,203). Sum of RGB (Red+Green+Blue) = 185+221+203=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDCB is #462234. Grayscale: #D0D0D0. Windows color (decimal): -4596277 or 13360569. OLE color: 13360569.

HSL color Cylindrical-coordinate representation of color #B9DDCB: hue angle of 150º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDCB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 203 -
CMYK 0.16 0 0.08 0.13
HSL 150º 0.35% 0.8% -
HSV(B) 150º 0.16% 0.87% -
XYZ 56.64 66.34 66.32 -
YUV 208.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 185 221 203 0.16 0 0.08 0.13 150 0.35 0.8
Hex B9 DD CB 10 0 8 D 96 23 50
Octal 271 335 313 20 0 10 15 226 43 120
Binary 10111001 11011101 11001011 10000 0 1000 1101 10010110 100011 1010000

Color Harmonies of #B9DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDCB

Black with #B9DDCB

Text Example


Text Example

White with #B9DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDCB; }

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

 H1.HeaderClassName
 {
   color: #B9DDCB;
 }
 .AnyTagClassName
 {
   color: #B9DDCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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