Html Css Color HEX #BAAFC4 French Grey

📋 copy color: '#BAAFC4'

red 186 ◦ green 175 ◦ blue 196

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

Shades of French Grey #BAAFC4

Tints of French Grey #BAAFC4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.42%

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

R = 33.39%
G = 31.42%
B = 35.19%

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

#BAAFC4 (or 0xBAAFC4) is known color: French Grey. HEX triplet: BA, AF and C4. RGB value is (186,175,196). Sum of RGB (Red+Green+Blue) = 186+175+196=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC4 is #45503B. Grayscale: #B4B4B4. Windows color (decimal): -4542524 or 12890042. OLE color: 12890042.

HSL color Cylindrical-coordinate representation of color #BAAFC4: hue angle of 271.43º degrees, saturation: 0.15, 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 #BAAFC4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 175 196 -
CMYK 0.05 0.11 0 0.23
HSL 271.43º 0.15% 0.73% -
HSV(B) 271.43º 0.11% 0.77% -
XYZ 45.54 45.08 58.53 -
YUV 180.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 186 175 196 0.05 0.11 0 0.23 271.43 0.15 0.73
Hex BA AF C4 5 B 0 17 10F F 49
Octal 272 257 304 5 13 0 27 417 17 111
Binary 10111010 10101111 11000100 101 1011 0 10111 100001111 1111 1001001

Color Harmonies of #BAAFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFC4

Black with #BAAFC4

Text Example


Text Example

White with #BAAFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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