Html Css Color HEX #BAAEC3 French Grey

📋 copy color: '#BAAEC3'

red 186 ◦ green 174 ◦ blue 195

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

Shades of French Grey #BAAEC3

Tints of French Grey #BAAEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.14%

R = 33.51%
G = 31.35%
B = 35.14%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BAAEC3 (or 0xBAAEC3) is known color: French Grey. HEX triplet: BA, AE and C3. RGB value is (186,174,195). Sum of RGB (Red+Green+Blue) = 186+174+195=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC3 is #45513C. Grayscale: #B3B3B3. Windows color (decimal): -4542781 or 12824250. OLE color: 12824250.

HSL color Cylindrical-coordinate representation of color #BAAEC3: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAAEC3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 174 195 -
CMYK 0.05 0.11 0 0.24
HSL 274.29º 0.15% 0.72% -
HSV(B) 274.29º 0.11% 0.76% -
XYZ 45.24 44.65 57.86 -
YUV 179.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 186 174 195 0.05 0.11 0 0.24 274.29 0.15 0.72
Hex BA AE C3 5 B 0 18 112 F 48
Octal 272 256 303 5 13 0 30 422 17 110
Binary 10111010 10101110 11000011 101 1011 0 11000 100010010 1111 1001000

Color Harmonies of #BAAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEC3

Black with #BAAEC3

Text Example


Text Example

White with #BAAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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