Html Css Color HEX #BFFEDE Aero Blue

📋 copy color: '#BFFEDE'

red 191 ◦ green 254 ◦ blue 222

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

Shades of Aero Blue #BFFEDE

Tints of Aero Blue #BFFEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.28%

R = 28.64%
G = 38.08%
B = 33.28%

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

#BFFEDE (or 0xBFFEDE) is known color: Aero Blue. HEX triplet: BF, FE and DE. RGB value is (191,254,222). Sum of RGB (Red+Green+Blue) = 191+254+222=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDE is #400121. Grayscale: #E7E7E7. Windows color (decimal): -4194594 or 14614207. OLE color: 14614207.

HSL color Cylindrical-coordinate representation of color #BFFEDE: hue angle of 149.52º 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 #BFFEDE is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 254 222 -
CMYK 0.25 0 0.13 0.00
HSL 149.52º 0.97% 0.87% -
HSV(B) 149.52º 0.25% 1% -
XYZ 70.11 87.23 82.25 -
YUV 231.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 191 254 222 0.25 0 0.13 0.00 149.52 0.97 0.87
Hex BF FE DE 19 0 D 0 96 61 57
Octal 277 376 336 31 0 15 0 226 141 127
Binary 10111111 11111110 11011110 11001 0 1101 0 10010110 1100001 1010111

Color Harmonies of #BFFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEDE

Black with #BFFEDE

Text Example


Text Example

White with #BFFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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