Html Css Color HEX #BFFFDE Aero Blue

📋 copy color: '#BFFFDE'

red 191 ◦ green 255 ◦ blue 222

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

Shades of Aero Blue #BFFFDE

Tints of Aero Blue #BFFFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 38.17%

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

R = 28.59%
G = 38.17%
B = 33.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#BFFFDE (or 0xBFFFDE) is known color: Aero Blue. HEX triplet: BF, FF and DE. RGB value is (191,255,222). Sum of RGB (Red+Green+Blue) = 191+255+222=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFDE is #400021. Grayscale: #E8E8E8. Windows color (decimal): -4194338 or 14614463. OLE color: 14614463.

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

Color convert

RGB 191 255 222 -
CMYK 0.25 0 0.13 0
HSL 149.06º 1% 0.87% -
HSV(B) 149.06º 0.25% 1% -
XYZ 70.43 87.87 82.36 -
YUV 232.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 191 255 222 0.25 0 0.13 0 149.06 1 0.87
Hex BF FF DE 19 0 D 0 95 64 57
Octal 277 377 336 31 0 15 0 225 144 127
Binary 10111111 11111111 11011110 11001 0 1101 0 10010101 1100100 1010111

Color Harmonies of #BFFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFDE

Black with #BFFFDE

Text Example


Text Example

White with #BFFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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