Html Css Color HEX #B4DFCB Aero Blue

📋 copy color: '#B4DFCB'

red 180 ◦ green 223 ◦ blue 203

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

Shades of Aero Blue #B4DFCB

Tints of Aero Blue #B4DFCB

RGB

 RED value IS 180 (70.7% from 255) = 29.7%

 GREEN value IS 223 (87.5% from 255) = 36.8%

 BLUE value IS 203 (79.69% from 255) = 33.5%

R = 29.7%
G = 36.8%
B = 33.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#B4DFCB (or 0xB4DFCB) is known color: Aero Blue. HEX triplet: B4, DF and CB. RGB value is (180,223,203). Sum of RGB (Red+Green+Blue) = 180+223+203=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFCB is #4B2034. Grayscale: #CFCFCF. Windows color (decimal): -4923445 or 13361076. OLE color: 13361076.

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

Color convert

RGB 180 223 203 -
CMYK 0.19 0 0.09 0.13
HSL 152.09º 0.4% 0.79% -
HSV(B) 152.09º 0.19% 0.87% -
XYZ 55.99 66.79 66.44 -
YUV 207.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 180 223 203 0.19 0 0.09 0.13 152.09 0.4 0.79
Hex B4 DF CB 13 0 9 D 98 28 4F
Octal 264 337 313 23 0 11 15 230 50 117
Binary 10110100 11011111 11001011 10011 0 1001 1101 10011000 101000 1001111

Color Harmonies of #B4DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFCB

Black with #B4DFCB

Text Example


Text Example

White with #B4DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFCB; }

 p { color: rgb(180,223,203); }

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

background-color css

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

 a { background-color: rgb(180,223,203); }

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

border-color css

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

 span { border-color: rgb(180,223,203); }

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