Html Css Color HEX #BFE6D7 Aero Blue

📋 copy color: '#BFE6D7'

red 191 ◦ green 230 ◦ blue 215

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

Shades of Aero Blue #BFE6D7

Tints of Aero Blue #BFE6D7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.16%

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

R = 30.03%
G = 36.16%
B = 33.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#BFE6D7 (or 0xBFE6D7) is known color: Aero Blue. HEX triplet: BF, E6 and D7. RGB value is (191,230,215). Sum of RGB (Red+Green+Blue) = 191+230+215=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE6D7 is #401928. Grayscale: #D8D8D8. Windows color (decimal): -4200745 or 14149311. OLE color: 14149311.

HSL color Cylindrical-coordinate representation of color #BFE6D7: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE6D7 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 215 -
CMYK 0.17 0 0.07 0.10
HSL 156.92º 0.44% 0.83% -
HSV(B) 156.92º 0.17% 0.9% -
XYZ 62.05 72.58 75.03 -
YUV 216.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 191 230 215 0.17 0 0.07 0.10 156.92 0.44 0.83
Hex BF E6 D7 11 0 7 A 9D 2C 53
Octal 277 346 327 21 0 7 12 235 54 123
Binary 10111111 11100110 11010111 10001 0 111 1010 10011101 101100 1010011

Color Harmonies of #BFE6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6D7

Black with #BFE6D7

Text Example


Text Example

White with #BFE6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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