Html Css Color HEX #BAAFC8 French Grey

📋 copy color: '#BAAFC8'

red 186 ◦ green 175 ◦ blue 200

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

Shades of French Grey #BAAFC8

Tints of French Grey #BAAFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.65%

R = 33.16%
G = 31.19%
B = 35.65%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAAFC8 (or 0xBAAFC8) is known color: French Grey. HEX triplet: BA, AF and C8. RGB value is (186,175,200). Sum of RGB (Red+Green+Blue) = 186+175+200=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC8 is #455037. Grayscale: #B5B5B5. Windows color (decimal): -4542520 or 13152186. OLE color: 13152186.

HSL color Cylindrical-coordinate representation of color #BAAFC8: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAAFC8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 175 200 -
CMYK 0.07 0.12 0 0.22
HSL 266.4º 0.19% 0.74% -
HSV(B) 266.4º 0.13% 0.78% -
XYZ 46.01 45.27 60.96 -
YUV 181.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 186 175 200 0.07 0.12 0 0.22 266.4 0.19 0.74
Hex BA AF C8 7 C 0 16 10A 13 4A
Octal 272 257 310 7 14 0 26 412 23 112
Binary 10111010 10101111 11001000 111 1100 0 10110 100001010 10011 1001010

Color Harmonies of #BAAFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAFC8

Black with #BAAFC8

Text Example


Text Example

White with #BAAFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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