Html Css Color HEX #BAAEC4 French Grey

📋 copy color: '#BAAEC4'

red 186 ◦ green 174 ◦ blue 196

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

Shades of French Grey #BAAEC4

Tints of French Grey #BAAEC4

RGB

 RED value IS 186 (73.05% from 255) = 33.45%

 GREEN value IS 174 (68.36% from 255) = 31.29%

 BLUE value IS 196 (76.95% from 255) = 35.25%

R = 33.45%
G = 31.29%
B = 35.25%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BAAEC4 (or 0xBAAEC4) is known color: French Grey. HEX triplet: BA, AE and C4. RGB value is (186,174,196). Sum of RGB (Red+Green+Blue) = 186+174+196=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC4 is #45513B. Grayscale: #B4B4B4. Windows color (decimal): -4542780 or 12889786. OLE color: 12889786.

HSL color Cylindrical-coordinate representation of color #BAAEC4: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAAEC4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 174 196 -
CMYK 0.05 0.11 0 0.23
HSL 272.73º 0.16% 0.73% -
HSV(B) 272.73º 0.11% 0.77% -
XYZ 45.35 44.7 58.46 -
YUV 180.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 186 174 196 0.05 0.11 0 0.23 272.73 0.16 0.73
Hex BA AE C4 5 B 0 17 111 10 49
Octal 272 256 304 5 13 0 27 421 20 111
Binary 10111010 10101110 11000100 101 1011 0 10111 100010001 10000 1001001

Color Harmonies of #BAAEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEC4

Black with #BAAEC4

Text Example


Text Example

White with #BAAEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEC4; }

 p { color: rgb(186,174,196); }

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

background-color css

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

 a { background-color: rgb(186,174,196); }

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

border-color css

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

 span { border-color: rgb(186,174,196); }

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