Html Css Color HEX #B9DCC8 Aero Blue

📋 copy color: '#B9DCC8'

red 185 ◦ green 220 ◦ blue 200

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

Shades of Aero Blue #B9DCC8

Tints of Aero Blue #B9DCC8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

 BLUE value IS 200 (78.52% from 255) = 33.06%

R = 30.58%
G = 36.36%
B = 33.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#B9DCC8 (or 0xB9DCC8) is known color: Aero Blue. HEX triplet: B9, DC and C8. RGB value is (185,220,200). Sum of RGB (Red+Green+Blue) = 185+220+200=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCC8 is #462337. Grayscale: #CFCFCF. Windows color (decimal): -4596536 or 13163705. OLE color: 13163705.

HSL color Cylindrical-coordinate representation of color #B9DCC8: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCC8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 200 -
CMYK 0.16 0 0.09 0.14
HSL 145.71º 0.33% 0.79% -
HSV(B) 145.71º 0.16% 0.86% -
XYZ 56.03 65.67 64.37 -
YUV 207.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 185 220 200 0.16 0 0.09 0.14 145.71 0.33 0.79
Hex B9 DC C8 10 0 9 E 92 21 4F
Octal 271 334 310 20 0 11 16 222 41 117
Binary 10111001 11011100 11001000 10000 0 1001 1110 10010010 100001 1001111

Color Harmonies of #B9DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCC8

Black with #B9DCC8

Text Example


Text Example

White with #B9DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCC8; }

 p { color: rgb(185,220,200); }

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

background-color css

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

 a { background-color: rgb(185,220,200); }

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

border-color css

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

 span { border-color: rgb(185,220,200); }

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