Html Css Color HEX #B2DEC5 Aero Blue

📋 copy color: '#B2DEC5'

red 178 ◦ green 222 ◦ blue 197

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

Shades of Aero Blue #B2DEC5

Tints of Aero Blue #B2DEC5

RGB

 RED value IS 178 (69.92% from 255) = 29.82%

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

 BLUE value IS 197 (77.34% from 255) = 33%

R = 29.82%
G = 37.19%
B = 33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#B2DEC5 (or 0xB2DEC5) is known color: Aero Blue. HEX triplet: B2, DE and C5. RGB value is (178,222,197). Sum of RGB (Red+Green+Blue) = 178+222+197=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEC5 is #4D213A. Grayscale: #CECECE. Windows color (decimal): -5054779 or 12967602. OLE color: 12967602.

HSL color Cylindrical-coordinate representation of color #B2DEC5: hue angle of 145.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 197 -
CMYK 0.20 0 0.11 0.13
HSL 145.91º 0.4% 0.78% -
HSV(B) 145.91º 0.2% 0.87% -
XYZ 54.56 65.74 62.64 -
YUV 205.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 178 222 197 0.20 0 0.11 0.13 145.91 0.4 0.78
Hex B2 DE C5 14 0 B D 92 28 4E
Octal 262 336 305 24 0 13 15 222 50 116
Binary 10110010 11011110 11000101 10100 0 1011 1101 10010010 101000 1001110

Color Harmonies of #B2DEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEC5

Black with #B2DEC5

Text Example


Text Example

White with #B2DEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEC5; }

 p { color: rgb(178,222,197); }

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

background-color css

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

 a { background-color: rgb(178,222,197); }

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

border-color css

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

 span { border-color: rgb(178,222,197); }

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