Html Css Color HEX #B6E1CA Aero Blue

📋 copy color: '#B6E1CA'

red 182 ◦ green 225 ◦ blue 202

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

Shades of Aero Blue #B6E1CA

Tints of Aero Blue #B6E1CA

RGB

 RED value IS 182 (71.48% from 255) = 29.89%

 GREEN value IS 225 (88.28% from 255) = 36.95%

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

R = 29.89%
G = 36.95%
B = 33.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#B6E1CA (or 0xB6E1CA) is known color: Aero Blue. HEX triplet: B6, E1 and CA. RGB value is (182,225,202). Sum of RGB (Red+Green+Blue) = 182+225+202=609 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.89% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6E1CA is #491E35. Grayscale: #D1D1D1. Windows color (decimal): -4791862 or 13296054. OLE color: 13296054.

HSL color Cylindrical-coordinate representation of color #B6E1CA: hue angle of 147.91º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6E1CA is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 225 202 -
CMYK 0.19 0 0.10 0.12
HSL 147.91º 0.42% 0.8% -
HSV(B) 147.91º 0.19% 0.88% -
XYZ 56.88 68.06 66.02 -
YUV 209.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 182 225 202 0.19 0 0.10 0.12 147.91 0.42 0.8
Hex B6 E1 CA 13 0 A C 94 2A 50
Octal 266 341 312 23 0 12 14 224 52 120
Binary 10110110 11100001 11001010 10011 0 1010 1100 10010100 101010 1010000

Color Harmonies of #B6E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E1CA

Black with #B6E1CA

Text Example


Text Example

White with #B6E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E1CA; }

 p { color: rgb(182,225,202); }

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

background-color css

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

 a { background-color: rgb(182,225,202); }

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

border-color css

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

 span { border-color: rgb(182,225,202); }

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