Html Css Color HEX #B7DECA Aero Blue

📋 copy color: '#B7DECA'

red 183 ◦ green 222 ◦ blue 202

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

Shades of Aero Blue #B7DECA

Tints of Aero Blue #B7DECA

RGB

 RED value IS 183 (71.88% from 255) = 30.15%

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

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

R = 30.15%
G = 36.57%
B = 33.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B7DECA (or 0xB7DECA) is known color: Aero Blue. HEX triplet: B7, DE and CA. RGB value is (183,222,202). Sum of RGB (Red+Green+Blue) = 183+222+202=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DECA is #482135. Grayscale: #D0D0D0. Windows color (decimal): -4727094 or 13295287. OLE color: 13295287.

HSL color Cylindrical-coordinate representation of color #B7DECA: hue angle of 149.23º degrees, saturation: 0.37, 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 #B7DECA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 222 202 -
CMYK 0.18 0 0.09 0.13
HSL 149.23º 0.37% 0.79% -
HSV(B) 149.23º 0.18% 0.87% -
XYZ 56.31 66.57 65.76 -
YUV 208.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 183 222 202 0.18 0 0.09 0.13 149.23 0.37 0.79
Hex B7 DE CA 12 0 9 D 95 25 4F
Octal 267 336 312 22 0 11 15 225 45 117
Binary 10110111 11011110 11001010 10010 0 1001 1101 10010101 100101 1001111

Color Harmonies of #B7DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DECA

Black with #B7DECA

Text Example


Text Example

White with #B7DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DECA; }

 p { color: rgb(183,222,202); }

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

background-color css

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

 a { background-color: rgb(183,222,202); }

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

border-color css

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

 span { border-color: rgb(183,222,202); }

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