Html Css Color HEX #BAACC8 French Grey

📋 copy color: '#BAACC8'

red 186 ◦ green 172 ◦ blue 200

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

Shades of French Grey #BAACC8

Tints of French Grey #BAACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.82%

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

R = 33.33%
G = 30.82%
B = 35.84%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAACC8 (or 0xBAACC8) is known color: French Grey. HEX triplet: BA, AC and C8. RGB value is (186,172,200). Sum of RGB (Red+Green+Blue) = 186+172+200=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC8 is #455337. Grayscale: #B3B3B3. Windows color (decimal): -4543288 or 13151418. OLE color: 13151418.

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

Color convert

RGB 186 172 200 -
CMYK 0.07 0.14 0 0.22
HSL 270º 0.2% 0.73% -
HSV(B) 270º 0.14% 0.78% -
XYZ 45.43 44.11 60.76 -
YUV 179.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 186 172 200 0.07 0.14 0 0.22 270 0.2 0.73
Hex BA AC C8 7 E 0 16 10E 14 49
Octal 272 254 310 7 16 0 26 416 24 111
Binary 10111010 10101100 11001000 111 1110 0 10110 100001110 10100 1001001

Color Harmonies of #BAACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACC8

Black with #BAACC8

Text Example


Text Example

White with #BAACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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