Html Css Color HEX #BFE7D8 Aero Blue

📋 copy color: '#BFE7D8'

red 191 ◦ green 231 ◦ blue 216

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

Shades of Aero Blue #BFE7D8

Tints of Aero Blue #BFE7D8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.21%

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 29.94%
G = 36.21%
B = 33.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#BFE7D8 (or 0xBFE7D8) is known color: Aero Blue. HEX triplet: BF, E7 and D8. RGB value is (191,231,216). Sum of RGB (Red+Green+Blue) = 191+231+216=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7D8 is #401827. Grayscale: #D9D9D9. Windows color (decimal): -4200488 or 14215103. OLE color: 14215103.

HSL color Cylindrical-coordinate representation of color #BFE7D8: hue angle of 157.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7D8 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 216 -
CMYK 0.17 0 0.06 0.09
HSL 157.5º 0.45% 0.83% -
HSV(B) 157.5º 0.17% 0.91% -
XYZ 62.46 73.19 75.8 -
YUV 217.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 191 231 216 0.17 0 0.06 0.09 157.5 0.45 0.83
Hex BF E7 D8 11 0 6 9 9E 2D 53
Octal 277 347 330 21 0 6 11 236 55 123
Binary 10111111 11100111 11011000 10001 0 110 1001 10011110 101101 1010011

Color Harmonies of #BFE7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7D8

Black with #BFE7D8

Text Example


Text Example

White with #BFE7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7D8; }

 p { color: rgb(191,231,216); }

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

background-color css

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

 a { background-color: rgb(191,231,216); }

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

border-color css

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

 span { border-color: rgb(191,231,216); }

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