Html Css Color HEX #BFEDD2 Aero Blue

📋 copy color: '#BFEDD2'

red 191 ◦ green 237 ◦ blue 210

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

Shades of Aero Blue #BFEDD2

Tints of Aero Blue #BFEDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.92%

R = 29.94%
G = 37.15%
B = 32.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BFEDD2 (or 0xBFEDD2) is known color: Aero Blue. HEX triplet: BF, ED and D2. RGB value is (191,237,210). Sum of RGB (Red+Green+Blue) = 191+237+210=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD2 is #40122D. Grayscale: #DCDCDC. Windows color (decimal): -4198958 or 13823423. OLE color: 13823423.

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

Color convert

RGB 191 237 210 -
CMYK 0.19 0 0.11 0.07
HSL 144.78º 0.56% 0.84% -
HSV(B) 144.78º 0.19% 0.93% -
XYZ 63.4 76.3 72.36 -
YUV 220.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 191 237 210 0.19 0 0.11 0.07 144.78 0.56 0.84
Hex BF ED D2 13 0 B 7 91 38 54
Octal 277 355 322 23 0 13 7 221 70 124
Binary 10111111 11101101 11010010 10011 0 1011 111 10010001 111000 1010100

Color Harmonies of #BFEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDD2

Black with #BFEDD2

Text Example


Text Example

White with #BFEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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