Html Css Color HEX #BFEBD1 Aero Blue

📋 copy color: '#BFEBD1'

red 191 ◦ green 235 ◦ blue 209

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

Shades of Aero Blue #BFEBD1

Tints of Aero Blue #BFEBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.91%

R = 30.08%
G = 37.01%
B = 32.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#BFEBD1 (or 0xBFEBD1) is known color: Aero Blue. HEX triplet: BF, EB and D1. RGB value is (191,235,209). Sum of RGB (Red+Green+Blue) = 191+235+209=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBD1 is #40142E. Grayscale: #DADADA. Windows color (decimal): -4199471 or 13757375. OLE color: 13757375.

HSL color Cylindrical-coordinate representation of color #BFEBD1: hue angle of 144.55º 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 #BFEBD1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 209 -
CMYK 0.19 0 0.11 0.08
HSL 144.55º 0.52% 0.84% -
HSV(B) 144.55º 0.19% 0.92% -
XYZ 62.7 75.1 71.51 -
YUV 218.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 191 235 209 0.19 0 0.11 0.08 144.55 0.52 0.84
Hex BF EB D1 13 0 B 8 91 34 54
Octal 277 353 321 23 0 13 10 221 64 124
Binary 10111111 11101011 11010001 10011 0 1011 1000 10010001 110100 1010100

Color Harmonies of #BFEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEBD1

Black with #BFEBD1

Text Example


Text Example

White with #BFEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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