Html Css Color HEX #BCABC8 French Grey

📋 copy color: '#BCABC8'

red 188 ◦ green 171 ◦ blue 200

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

Shades of French Grey #BCABC8

Tints of French Grey #BCABC8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

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

R = 33.63%
G = 30.59%
B = 35.78%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCABC8 (or 0xBCABC8) is known color: French Grey. HEX triplet: BC, AB and C8. RGB value is (188,171,200). Sum of RGB (Red+Green+Blue) = 188+171+200=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABC8 is #435437. Grayscale: #B3B3B3. Windows color (decimal): -4412472 or 13151164. OLE color: 13151164.

HSL color Cylindrical-coordinate representation of color #BCABC8: hue angle of 275.17º degrees, saturation: 0.21, 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 #BCABC8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 171 200 -
CMYK 0.06 0.14 0 0.22
HSL 275.17º 0.21% 0.73% -
HSV(B) 275.17º 0.15% 0.78% -
XYZ 45.73 43.99 60.72 -
YUV 179.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 188 171 200 0.06 0.14 0 0.22 275.17 0.21 0.73
Hex BC AB C8 6 E 0 16 113 15 49
Octal 274 253 310 6 16 0 26 423 25 111
Binary 10111100 10101011 11001000 110 1110 0 10110 100010011 10101 1001001

Color Harmonies of #BCABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABC8

Black with #BCABC8

Text Example


Text Example

White with #BCABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABC8; }

 p { color: rgb(188,171,200); }

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

background-color css

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

 a { background-color: rgb(188,171,200); }

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

border-color css

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

 span { border-color: rgb(188,171,200); }

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