Html Css Color HEX #B9E2CC Aero Blue

📋 copy color: '#B9E2CC'

red 185 ◦ green 226 ◦ blue 204

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

Shades of Aero Blue #B9E2CC

Tints of Aero Blue #B9E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.75%

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 30.08%
G = 36.75%
B = 33.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#B9E2CC (or 0xB9E2CC) is known color: Aero Blue. HEX triplet: B9, E2 and CC. RGB value is (185,226,204). Sum of RGB (Red+Green+Blue) = 185+226+204=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2CC is #461D33. Grayscale: #D3D3D3. Windows color (decimal): -4594996 or 13427385. OLE color: 13427385.

HSL color Cylindrical-coordinate representation of color #B9E2CC: hue angle of 147.8º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2CC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 226 204 -
CMYK 0.18 0 0.10 0.11
HSL 147.8º 0.41% 0.81% -
HSV(B) 147.8º 0.18% 0.89% -
XYZ 58.1 69.07 67.4 -
YUV 211.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 185 226 204 0.18 0 0.10 0.11 147.8 0.41 0.81
Hex B9 E2 CC 12 0 A B 94 29 51
Octal 271 342 314 22 0 12 13 224 51 121
Binary 10111001 11100010 11001100 10010 0 1010 1011 10010100 101001 1010001

Color Harmonies of #B9E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2CC

Black with #B9E2CC

Text Example


Text Example

White with #B9E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2CC; }

 p { color: rgb(185,226,204); }

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

background-color css

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

 a { background-color: rgb(185,226,204); }

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

border-color css

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

 span { border-color: rgb(185,226,204); }

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