Html Css Color HEX #BFEAD9 Aero Blue

📋 copy color: '#BFEAD9'

red 191 ◦ green 234 ◦ blue 217

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

Shades of Aero Blue #BFEAD9

Tints of Aero Blue #BFEAD9

RGB

 RED value IS 191 (75% from 255) = 29.75%

 GREEN value IS 234 (91.8% from 255) = 36.45%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 29.75%
G = 36.45%
B = 33.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BFEAD9 (or 0xBFEAD9) is known color: Aero Blue. HEX triplet: BF, EA and D9. RGB value is (191,234,217). Sum of RGB (Red+Green+Blue) = 191+234+217=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD9 is #401526. Grayscale: #DBDBDB. Windows color (decimal): -4199719 or 14281407. OLE color: 14281407.

HSL color Cylindrical-coordinate representation of color #BFEAD9: hue angle of 156.28º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAD9 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 217 -
CMYK 0.18 0 0.07 0.08
HSL 156.28º 0.51% 0.83% -
HSV(B) 156.28º 0.18% 0.92% -
XYZ 63.43 74.93 76.77 -
YUV 219.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 191 234 217 0.18 0 0.07 0.08 156.28 0.51 0.83
Hex BF EA D9 12 0 7 8 9C 33 53
Octal 277 352 331 22 0 7 10 234 63 123
Binary 10111111 11101010 11011001 10010 0 111 1000 10011100 110011 1010011

Color Harmonies of #BFEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAD9

Black with #BFEAD9

Text Example


Text Example

White with #BFEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAD9; }

 p { color: rgb(191,234,217); }

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

background-color css

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

 a { background-color: rgb(191,234,217); }

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

border-color css

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

 span { border-color: rgb(191,234,217); }

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