Html Css Color HEX #BFF0D7 Aero Blue

📋 copy color: '#BFF0D7'

red 191 ◦ green 240 ◦ blue 215

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

Shades of Aero Blue #BFF0D7

Tints of Aero Blue #BFF0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.28%

R = 29.57%
G = 37.15%
B = 33.28%

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

#BFF0D7 (or 0xBFF0D7) is known color: Aero Blue. HEX triplet: BF, F0 and D7. RGB value is (191,240,215). Sum of RGB (Red+Green+Blue) = 191+240+215=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0D7 is #400F28. Grayscale: #DEDEDE. Windows color (decimal): -4198185 or 14151871. OLE color: 14151871.

HSL color Cylindrical-coordinate representation of color #BFF0D7: hue angle of 149.39º 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 #BFF0D7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 215 -
CMYK 0.20 0 0.10 0.06
HSL 149.39º 0.62% 0.85% -
HSV(B) 149.39º 0.2% 0.94% -
XYZ 64.91 78.3 75.98 -
YUV 222.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 191 240 215 0.20 0 0.10 0.06 149.39 0.62 0.85
Hex BF F0 D7 14 0 A 6 95 3E 55
Octal 277 360 327 24 0 12 6 225 76 125
Binary 10111111 11110000 11010111 10100 0 1010 110 10010101 111110 1010101

Color Harmonies of #BFF0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0D7

Black with #BFF0D7

Text Example


Text Example

White with #BFF0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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