Html Css Color HEX #BFEED2 Aero Blue

📋 copy color: '#BFEED2'

red 191 ◦ green 238 ◦ blue 210

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

Shades of Aero Blue #BFEED2

Tints of Aero Blue #BFEED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.25%

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

R = 29.89%
G = 37.25%
B = 32.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BFEED2 (or 0xBFEED2) is known color: Aero Blue. HEX triplet: BF, EE and D2. RGB value is (191,238,210). Sum of RGB (Red+Green+Blue) = 191+238+210=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED2 is #40112D. Grayscale: #DCDCDC. Windows color (decimal): -4198702 or 13823679. OLE color: 13823679.

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

Color convert

RGB 191 238 210 -
CMYK 0.20 0 0.12 0.07
HSL 144.26º 0.58% 0.84% -
HSV(B) 144.26º 0.2% 0.93% -
XYZ 63.69 76.88 72.45 -
YUV 220.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 191 238 210 0.20 0 0.12 0.07 144.26 0.58 0.84
Hex BF EE D2 14 0 C 7 90 3A 54
Octal 277 356 322 24 0 14 7 220 72 124
Binary 10111111 11101110 11010010 10100 0 1100 111 10010000 111010 1010100

Color Harmonies of #BFEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEED2

Black with #BFEED2

Text Example


Text Example

White with #BFEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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