Html Css Color HEX #BFF0D9 Aero Blue

📋 copy color: '#BFF0D9'

red 191 ◦ green 240 ◦ blue 217

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

Shades of Aero Blue #BFF0D9

Tints of Aero Blue #BFF0D9

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.04%

 BLUE value IS 217 (85.16% from 255) = 33.49%

R = 29.48%
G = 37.04%
B = 33.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#BFF0D9 (or 0xBFF0D9) is known color: Aero Blue. HEX triplet: BF, F0 and D9. RGB value is (191,240,217). Sum of RGB (Red+Green+Blue) = 191+240+217=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0D9 is #400F26. Grayscale: #DEDEDE. Windows color (decimal): -4198183 or 14282943. OLE color: 14282943.

HSL color Cylindrical-coordinate representation of color #BFF0D9: hue angle of 151.84º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0D9 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 217 -
CMYK 0.20 0 0.10 0.06
HSL 151.84º 0.62% 0.85% -
HSV(B) 151.84º 0.2% 0.94% -
XYZ 65.17 78.41 77.34 -
YUV 222.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 191 240 217 0.20 0 0.10 0.06 151.84 0.62 0.85
Hex BF F0 D9 14 0 A 6 98 3E 55
Octal 277 360 331 24 0 12 6 230 76 125
Binary 10111111 11110000 11011001 10100 0 1010 110 10011000 111110 1010101

Color Harmonies of #BFF0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0D9

Black with #BFF0D9

Text Example


Text Example

White with #BFF0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0D9; }

 p { color: rgb(191,240,217); }

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

background-color css

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

 a { background-color: rgb(191,240,217); }

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

border-color css

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

 span { border-color: rgb(191,240,217); }

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