Html Css Color HEX #BFECD0 Aero Blue

📋 copy color: '#BFECD0'

red 191 ◦ green 236 ◦ blue 208

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

Shades of Aero Blue #BFECD0

Tints of Aero Blue #BFECD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.76%

R = 30.08%
G = 37.17%
B = 32.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BFECD0 (or 0xBFECD0) is known color: Aero Blue. HEX triplet: BF, EC and D0. RGB value is (191,236,208). Sum of RGB (Red+Green+Blue) = 191+236+208=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECD0 is #40132F. Grayscale: #DBDBDB. Windows color (decimal): -4199216 or 13692095. OLE color: 13692095.

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

Color convert

RGB 191 236 208 -
CMYK 0.19 0 0.12 0.07
HSL 142.67º 0.54% 0.84% -
HSV(B) 142.67º 0.19% 0.93% -
XYZ 62.87 75.62 70.96 -
YUV 219.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 191 236 208 0.19 0 0.12 0.07 142.67 0.54 0.84
Hex BF EC D0 13 0 C 7 8F 36 54
Octal 277 354 320 23 0 14 7 217 66 124
Binary 10111111 11101100 11010000 10011 0 1100 111 10001111 110110 1010100

Color Harmonies of #BFECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECD0

Black with #BFECD0

Text Example


Text Example

White with #BFECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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