Html Css Color HEX #BFECD4 Aero Blue

📋 copy color: '#BFECD4'

red 191 ◦ green 236 ◦ blue 212

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

Shades of Aero Blue #BFECD4

Tints of Aero Blue #BFECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.93%

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

R = 29.89%
G = 36.93%
B = 33.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BFECD4 (or 0xBFECD4) is known color: Aero Blue. HEX triplet: BF, EC and D4. RGB value is (191,236,212). Sum of RGB (Red+Green+Blue) = 191+236+212=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECD4 is #40132B. Grayscale: #DBDBDB. Windows color (decimal): -4199212 or 13954239. OLE color: 13954239.

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

Color convert

RGB 191 236 212 -
CMYK 0.19 0 0.10 0.07
HSL 148º 0.54% 0.84% -
HSV(B) 148º 0.19% 0.93% -
XYZ 63.36 75.82 73.58 -
YUV 219.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 191 236 212 0.19 0 0.10 0.07 148 0.54 0.84
Hex BF EC D4 13 0 A 7 94 36 54
Octal 277 354 324 23 0 12 7 224 66 124
Binary 10111111 11101100 11010100 10011 0 1010 111 10010100 110110 1010100

Color Harmonies of #BFECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECD4

Black with #BFECD4

Text Example


Text Example

White with #BFECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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