Html Css Color HEX #BFDED1 Aero Blue

📋 copy color: '#BFDED1'

red 191 ◦ green 222 ◦ blue 209

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

Shades of Aero Blue #BFDED1

Tints of Aero Blue #BFDED1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.69%

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

R = 30.71%
G = 35.69%
B = 33.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BFDED1 (or 0xBFDED1) is known color: Aero Blue. HEX triplet: BF, DE and D1. RGB value is (191,222,209). Sum of RGB (Red+Green+Blue) = 191+222+209=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDED1 is #40212E. Grayscale: #D3D3D3. Windows color (decimal): -4202799 or 13754047. OLE color: 13754047.

HSL color Cylindrical-coordinate representation of color #BFDED1: hue angle of 154.84º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDED1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 222 209 -
CMYK 0.14 0 0.06 0.13
HSL 154.84º 0.32% 0.81% -
HSV(B) 154.84º 0.14% 0.87% -
XYZ 59.12 67.92 70.32 -
YUV 211.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 191 222 209 0.14 0 0.06 0.13 154.84 0.32 0.81
Hex BF DE D1 E 0 6 D 9B 20 51
Octal 277 336 321 16 0 6 15 233 40 121
Binary 10111111 11011110 11010001 1110 0 110 1101 10011011 100000 1010001

Color Harmonies of #BFDED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDED1

Black with #BFDED1

Text Example


Text Example

White with #BFDED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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