Html Css Color HEX #BFEED5 Aero Blue

📋 copy color: '#BFEED5'

red 191 ◦ green 238 ◦ blue 213

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

Shades of Aero Blue #BFEED5

Tints of Aero Blue #BFEED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 29.75%
G = 37.07%
B = 33.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BFEED5 (or 0xBFEED5) is known color: Aero Blue. HEX triplet: BF, EE and D5. RGB value is (191,238,213). Sum of RGB (Red+Green+Blue) = 191+238+213=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED5 is #40112A. Grayscale: #DDDDDD. Windows color (decimal): -4198699 or 14020287. OLE color: 14020287.

HSL color Cylindrical-coordinate representation of color #BFEED5: hue angle of 148.09º 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 #BFEED5 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 213 -
CMYK 0.20 0 0.11 0.07
HSL 148.09º 0.58% 0.84% -
HSV(B) 148.09º 0.2% 0.93% -
XYZ 64.07 77.03 74.44 -
YUV 221.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 191 238 213 0.20 0 0.11 0.07 148.09 0.58 0.84
Hex BF EE D5 14 0 B 7 94 3A 54
Octal 277 356 325 24 0 13 7 224 72 124
Binary 10111111 11101110 11010101 10100 0 1011 111 10010100 111010 1010100

Color Harmonies of #BFEED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEED5

Black with #BFEED5

Text Example


Text Example

White with #BFEED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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