Html Css Color HEX #B5DEC7 Aero Blue

📋 copy color: '#B5DEC7'

red 181 ◦ green 222 ◦ blue 199

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

Shades of Aero Blue #B5DEC7

Tints of Aero Blue #B5DEC7

RGB

 RED value IS 181 (71.09% from 255) = 30.07%

 GREEN value IS 222 (87.11% from 255) = 36.88%

 BLUE value IS 199 (78.13% from 255) = 33.06%

R = 30.07%
G = 36.88%
B = 33.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#B5DEC7 (or 0xB5DEC7) is known color: Aero Blue. HEX triplet: B5, DE and C7. RGB value is (181,222,199). Sum of RGB (Red+Green+Blue) = 181+222+199=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEC7 is #4A2138. Grayscale: #CFCFCF. Windows color (decimal): -4858169 or 13098677. OLE color: 13098677.

HSL color Cylindrical-coordinate representation of color #B5DEC7: hue angle of 146.34º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DEC7 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 222 199 -
CMYK 0.18 0 0.10 0.13
HSL 146.34º 0.38% 0.79% -
HSV(B) 146.34º 0.18% 0.87% -
XYZ 55.49 66.19 63.88 -
YUV 207.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 181 222 199 0.18 0 0.10 0.13 146.34 0.38 0.79
Hex B5 DE C7 12 0 A D 92 26 4F
Octal 265 336 307 22 0 12 15 222 46 117
Binary 10110101 11011110 11000111 10010 0 1010 1101 10010010 100110 1001111

Color Harmonies of #B5DEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DEC7

Black with #B5DEC7

Text Example


Text Example

White with #B5DEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DEC7; }

 p { color: rgb(181,222,199); }

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

background-color css

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

 a { background-color: rgb(181,222,199); }

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

border-color css

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

 span { border-color: rgb(181,222,199); }

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