Html Css Color HEX #BFEBD9 Aero Blue

📋 copy color: '#BFEBD9'

red 191 ◦ green 235 ◦ blue 217

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

Shades of Aero Blue #BFEBD9

Tints of Aero Blue #BFEBD9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.55%

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

R = 29.7%
G = 36.55%
B = 33.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#BFEBD9 (or 0xBFEBD9) is known color: Aero Blue. HEX triplet: BF, EB and D9. RGB value is (191,235,217). Sum of RGB (Red+Green+Blue) = 191+235+217=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBD9 is #401426. Grayscale: #DBDBDB. Windows color (decimal): -4199463 or 14281663. OLE color: 14281663.

HSL color Cylindrical-coordinate representation of color #BFEBD9: hue angle of 155.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBD9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 217 -
CMYK 0.19 0 0.08 0.08
HSL 155.45º 0.52% 0.84% -
HSV(B) 155.45º 0.19% 0.92% -
XYZ 63.72 75.5 76.86 -
YUV 219.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 191 235 217 0.19 0 0.08 0.08 155.45 0.52 0.84
Hex BF EB D9 13 0 8 8 9B 34 54
Octal 277 353 331 23 0 10 10 233 64 124
Binary 10111111 11101011 11011001 10011 0 1000 1000 10011011 110100 1010100

Color Harmonies of #BFEBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBD9

Black with #BFEBD9

Text Example


Text Example

White with #BFEBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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