Html Css Color HEX #BFECD2 Aero Blue

📋 copy color: '#BFECD2'

red 191 ◦ green 236 ◦ blue 210

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

Shades of Aero Blue #BFECD2

Tints of Aero Blue #BFECD2

RGB

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

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

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

R = 29.98%
G = 37.05%
B = 32.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BFECD2 (or 0xBFECD2) is known color: Aero Blue. HEX triplet: BF, EC and D2. RGB value is (191,236,210). Sum of RGB (Red+Green+Blue) = 191+236+210=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECD2 is #40132D. Grayscale: #DBDBDB. Windows color (decimal): -4199214 or 13823167. OLE color: 13823167.

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

Color convert

RGB 191 236 210 -
CMYK 0.19 0 0.11 0.07
HSL 145.33º 0.54% 0.84% -
HSV(B) 145.33º 0.19% 0.93% -
XYZ 63.11 75.72 72.26 -
YUV 219.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 191 236 210 0.19 0 0.11 0.07 145.33 0.54 0.84
Hex BF EC D2 13 0 B 7 91 36 54
Octal 277 354 322 23 0 13 7 221 66 124
Binary 10111111 11101100 11010010 10011 0 1011 111 10010001 110110 1010100

Color Harmonies of #BFECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFECD2

Black with #BFECD2

Text Example


Text Example

White with #BFECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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