Html Css Color HEX #B9DCCA Aero Blue

📋 copy color: '#B9DCCA'

red 185 ◦ green 220 ◦ blue 202

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

Shades of Aero Blue #B9DCCA

Tints of Aero Blue #B9DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.28%

R = 30.48%
G = 36.24%
B = 33.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B9DCCA (or 0xB9DCCA) is known color: Aero Blue. HEX triplet: B9, DC and CA. RGB value is (185,220,202). Sum of RGB (Red+Green+Blue) = 185+220+202=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCA is #462335. Grayscale: #CFCFCF. Windows color (decimal): -4596534 or 13294777. OLE color: 13294777.

HSL color Cylindrical-coordinate representation of color #B9DCCA: hue angle of 149.14º 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 #B9DCCA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 202 -
CMYK 0.16 0 0.08 0.14
HSL 149.14º 0.33% 0.79% -
HSV(B) 149.14º 0.16% 0.86% -
XYZ 56.26 65.76 65.61 -
YUV 207.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 185 220 202 0.16 0 0.08 0.14 149.14 0.33 0.79
Hex B9 DC CA 10 0 8 E 95 21 4F
Octal 271 334 312 20 0 10 16 225 41 117
Binary 10111001 11011100 11001010 10000 0 1000 1110 10010101 100001 1001111

Color Harmonies of #B9DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCCA

Black with #B9DCCA

Text Example


Text Example

White with #B9DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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