Html Css Color HEX #BFEED4 Aero Blue

📋 copy color: '#BFEED4'

red 191 ◦ green 238 ◦ blue 212

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

Shades of Aero Blue #BFEED4

Tints of Aero Blue #BFEED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.07%

R = 29.8%
G = 37.13%
B = 33.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BFEED4 (or 0xBFEED4) is known color: Aero Blue. HEX triplet: BF, EE and D4. RGB value is (191,238,212). Sum of RGB (Red+Green+Blue) = 191+238+212=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED4 is #40112B. Grayscale: #DDDDDD. Windows color (decimal): -4198700 or 13954751. OLE color: 13954751.

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

Color convert

RGB 191 238 212 -
CMYK 0.20 0 0.11 0.07
HSL 146.81º 0.58% 0.84% -
HSV(B) 146.81º 0.2% 0.93% -
XYZ 63.94 76.98 73.78 -
YUV 220.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 191 238 212 0.20 0 0.11 0.07 146.81 0.58 0.84
Hex BF EE D4 14 0 B 7 93 3A 54
Octal 277 356 324 24 0 13 7 223 72 124
Binary 10111111 11101110 11010100 10100 0 1011 111 10010011 111010 1010100

Color Harmonies of #BFEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEED4

Black with #BFEED4

Text Example


Text Example

White with #BFEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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