Html Css Color HEX #BFEAD6 Aero Blue

📋 copy color: '#BFEAD6'

red 191 ◦ green 234 ◦ blue 214

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

Shades of Aero Blue #BFEAD6

Tints of Aero Blue #BFEAD6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.62%

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 29.89%
G = 36.62%
B = 33.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BFEAD6 (or 0xBFEAD6) is known color: Aero Blue. HEX triplet: BF, EA and D6. RGB value is (191,234,214). Sum of RGB (Red+Green+Blue) = 191+234+214=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAD6 is #401529. Grayscale: #DADADA. Windows color (decimal): -4199722 or 14084799. OLE color: 14084799.

HSL color Cylindrical-coordinate representation of color #BFEAD6: hue angle of 152.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAD6 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 214 -
CMYK 0.18 0 0.09 0.08
HSL 152.09º 0.51% 0.83% -
HSV(B) 152.09º 0.18% 0.92% -
XYZ 63.05 74.78 74.73 -
YUV 218.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 191 234 214 0.18 0 0.09 0.08 152.09 0.51 0.83
Hex BF EA D6 12 0 9 8 98 33 53
Octal 277 352 326 22 0 11 10 230 63 123
Binary 10111111 11101010 11010110 10010 0 1001 1000 10011000 110011 1010011

Color Harmonies of #BFEAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEAD6

Black with #BFEAD6

Text Example


Text Example

White with #BFEAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEAD6; }

 p { color: rgb(191,234,214); }

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

background-color css

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

 a { background-color: rgb(191,234,214); }

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

border-color css

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

 span { border-color: rgb(191,234,214); }

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