Html Css Color HEX #BCACC9 French Grey

📋 copy color: '#BCACC9'

red 188 ◦ green 172 ◦ blue 201

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

Shades of French Grey #BCACC9

Tints of French Grey #BCACC9

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

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

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 33.51%
G = 30.66%
B = 35.83%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCACC9 (or 0xBCACC9) is known color: French Grey. HEX triplet: BC, AC and C9. RGB value is (188,172,201). Sum of RGB (Red+Green+Blue) = 188+172+201=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC9 is #435336. Grayscale: #B3B3B3. Windows color (decimal): -4412215 or 13216956. OLE color: 13216956.

HSL color Cylindrical-coordinate representation of color #BCACC9: hue angle of 273.1º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCACC9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 172 201 -
CMYK 0.06 0.14 0 0.21
HSL 273.1º 0.21% 0.73% -
HSV(B) 273.1º 0.14% 0.79% -
XYZ 46.03 44.41 61.4 -
YUV 180.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 188 172 201 0.06 0.14 0 0.21 273.1 0.21 0.73
Hex BC AC C9 6 E 0 15 111 15 49
Octal 274 254 311 6 16 0 25 421 25 111
Binary 10111100 10101100 11001001 110 1110 0 10101 100010001 10101 1001001

Color Harmonies of #BCACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACC9

Black with #BCACC9

Text Example


Text Example

White with #BCACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACC9; }

 p { color: rgb(188,172,201); }

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

background-color css

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

 a { background-color: rgb(188,172,201); }

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

border-color css

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

 span { border-color: rgb(188,172,201); }

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