Html Css Color HEX #BFFEDC Aero Blue

📋 copy color: '#BFFEDC'

red 191 ◦ green 254 ◦ blue 220

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

Shades of Aero Blue #BFFEDC

Tints of Aero Blue #BFFEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.2%

 BLUE value IS 220 (86.33% from 255) = 33.08%

R = 28.72%
G = 38.2%
B = 33.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#BFFEDC (or 0xBFFEDC) is known color: Aero Blue. HEX triplet: BF, FE and DC. RGB value is (191,254,220). Sum of RGB (Red+Green+Blue) = 191+254+220=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDC is #400123. Grayscale: #E7E7E7. Windows color (decimal): -4194596 or 14483135. OLE color: 14483135.

HSL color Cylindrical-coordinate representation of color #BFFEDC: hue angle of 147.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEDC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 220 -
CMYK 0.25 0 0.13 0.00
HSL 147.62º 0.97% 0.87% -
HSV(B) 147.62º 0.25% 1% -
XYZ 69.85 87.13 80.85 -
YUV 231.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 191 254 220 0.25 0 0.13 0.00 147.62 0.97 0.87
Hex BF FE DC 19 0 D 0 94 61 57
Octal 277 376 334 31 0 15 0 224 141 127
Binary 10111111 11111110 11011100 11001 0 1101 0 10010100 1100001 1010111

Color Harmonies of #BFFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEDC

Black with #BFFEDC

Text Example


Text Example

White with #BFFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEDC; }

 p { color: rgb(191,254,220); }

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

background-color css

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

 a { background-color: rgb(191,254,220); }

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

border-color css

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

 span { border-color: rgb(191,254,220); }

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