Html Css Color HEX #B4DDC7 Aero Blue

📋 copy color: '#B4DDC7'

red 180 ◦ green 221 ◦ blue 199

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

Shades of Aero Blue #B4DDC7

Tints of Aero Blue #B4DDC7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

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

R = 30%
G = 36.83%
B = 33.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#B4DDC7 (or 0xB4DDC7) is known color: Aero Blue. HEX triplet: B4, DD and C7. RGB value is (180,221,199). Sum of RGB (Red+Green+Blue) = 180+221+199=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDC7 is #4B2238. Grayscale: #CECECE. Windows color (decimal): -4923961 or 13098420. OLE color: 13098420.

HSL color Cylindrical-coordinate representation of color #B4DDC7: hue angle of 147.8º degrees, saturation: 0.38, 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 #B4DDC7 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 221 199 -
CMYK 0.19 0 0.10 0.13
HSL 147.8º 0.38% 0.79% -
HSV(B) 147.8º 0.19% 0.87% -
XYZ 54.99 65.54 63.79 -
YUV 206.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 180 221 199 0.19 0 0.10 0.13 147.8 0.38 0.79
Hex B4 DD C7 13 0 A D 94 26 4F
Octal 264 335 307 23 0 12 15 224 46 117
Binary 10110100 11011101 11000111 10011 0 1010 1101 10010100 100110 1001111

Color Harmonies of #B4DDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDC7

Black with #B4DDC7

Text Example


Text Example

White with #B4DDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDC7; }

 p { color: rgb(180,221,199); }

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

background-color css

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

 a { background-color: rgb(180,221,199); }

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

border-color css

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

 span { border-color: rgb(180,221,199); }

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