Html Css Color HEX #BFEDD8 Aero Blue

📋 copy color: '#BFEDD8'

red 191 ◦ green 237 ◦ blue 216

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

Shades of Aero Blue #BFEDD8

Tints of Aero Blue #BFEDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.54%

R = 29.66%
G = 36.8%
B = 33.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#BFEDD8 (or 0xBFEDD8) is known color: Aero Blue. HEX triplet: BF, ED and D8. RGB value is (191,237,216). Sum of RGB (Red+Green+Blue) = 191+237+216=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD8 is #401227. Grayscale: #DCDCDC. Windows color (decimal): -4198952 or 14216639. OLE color: 14216639.

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

Color convert

RGB 191 237 216 -
CMYK 0.19 0 0.09 0.07
HSL 152.61º 0.56% 0.84% -
HSV(B) 152.61º 0.19% 0.93% -
XYZ 64.16 76.6 76.37 -
YUV 220.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 191 237 216 0.19 0 0.09 0.07 152.61 0.56 0.84
Hex BF ED D8 13 0 9 7 99 38 54
Octal 277 355 330 23 0 11 7 231 70 124
Binary 10111111 11101101 11011000 10011 0 1001 111 10011001 111000 1010100

Color Harmonies of #BFEDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEDD8

Black with #BFEDD8

Text Example


Text Example

White with #BFEDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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