Html Css Color HEX #BFEDD1 Aero Blue

📋 copy color: '#BFEDD1'

red 191 ◦ green 237 ◦ blue 209

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

Shades of Aero Blue #BFEDD1

Tints of Aero Blue #BFEDD1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

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

R = 29.98%
G = 37.21%
B = 32.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BFEDD1 (or 0xBFEDD1) is known color: Aero Blue. HEX triplet: BF, ED and D1. RGB value is (191,237,209). Sum of RGB (Red+Green+Blue) = 191+237+209=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD1 is #40122E. Grayscale: #DCDCDC. Windows color (decimal): -4198959 or 13757887. OLE color: 13757887.

HSL color Cylindrical-coordinate representation of color #BFEDD1: hue angle of 143.48º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDD1 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 209 -
CMYK 0.19 0 0.12 0.07
HSL 143.48º 0.56% 0.84% -
HSV(B) 143.48º 0.19% 0.93% -
XYZ 63.28 76.25 71.7 -
YUV 220.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 191 237 209 0.19 0 0.12 0.07 143.48 0.56 0.84
Hex BF ED D1 13 0 C 7 8F 38 54
Octal 277 355 321 23 0 14 7 217 70 124
Binary 10111111 11101101 11010001 10011 0 1100 111 10001111 111000 1010100

Color Harmonies of #BFEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDD1

Black with #BFEDD1

Text Example


Text Example

White with #BFEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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