Html Css Color HEX #BFFEDB Aero Blue

📋 copy color: '#BFFEDB'

red 191 ◦ green 254 ◦ blue 219

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

Shades of Aero Blue #BFFEDB

Tints of Aero Blue #BFFEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.98%

R = 28.77%
G = 38.25%
B = 32.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#BFFEDB (or 0xBFFEDB) is known color: Aero Blue. HEX triplet: BF, FE and DB. RGB value is (191,254,219). Sum of RGB (Red+Green+Blue) = 191+254+219=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDB is #400124. Grayscale: #E7E7E7. Windows color (decimal): -4194597 or 14417599. OLE color: 14417599.

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

Color convert

RGB 191 254 219 -
CMYK 0.25 0 0.14 0.00
HSL 146.67º 0.97% 0.87% -
HSV(B) 146.67º 0.25% 1% -
XYZ 69.71 87.07 80.15 -
YUV 231.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 191 254 219 0.25 0 0.14 0.00 146.67 0.97 0.87
Hex BF FE DB 19 0 E 0 93 61 57
Octal 277 376 333 31 0 16 0 223 141 127
Binary 10111111 11111110 11011011 11001 0 1110 0 10010011 1100001 1010111

Color Harmonies of #BFFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFEDB

Black with #BFFEDB

Text Example


Text Example

White with #BFFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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