Html Css Color HEX #BFEED8 Aero Blue

📋 copy color: '#BFEED8'

red 191 ◦ green 238 ◦ blue 216

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

Shades of Aero Blue #BFEED8

Tints of Aero Blue #BFEED8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.9%

 BLUE value IS 216 (84.77% from 255) = 33.49%

R = 29.61%
G = 36.9%
B = 33.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#BFEED8 (or 0xBFEED8) is known color: Aero Blue. HEX triplet: BF, EE and D8. RGB value is (191,238,216). Sum of RGB (Red+Green+Blue) = 191+238+216=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED8 is #401127. Grayscale: #DDDDDD. Windows color (decimal): -4198696 or 14216895. OLE color: 14216895.

HSL color Cylindrical-coordinate representation of color #BFEED8: hue angle of 151.91º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEED8 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 216 -
CMYK 0.20 0 0.09 0.07
HSL 151.91º 0.58% 0.84% -
HSV(B) 151.91º 0.2% 0.93% -
XYZ 64.46 77.18 76.47 -
YUV 221.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 191 238 216 0.20 0 0.09 0.07 151.91 0.58 0.84
Hex BF EE D8 14 0 9 7 98 3A 54
Octal 277 356 330 24 0 11 7 230 72 124
Binary 10111111 11101110 11011000 10100 0 1001 111 10011000 111010 1010100

Color Harmonies of #BFEED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEED8

Black with #BFEED8

Text Example


Text Example

White with #BFEED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEED8; }

 p { color: rgb(191,238,216); }

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

background-color css

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

 a { background-color: rgb(191,238,216); }

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

border-color css

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

 span { border-color: rgb(191,238,216); }

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