Html Css Color HEX #BCADC6 French Grey

📋 copy color: '#BCADC6'

red 188 ◦ green 173 ◦ blue 198

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

Shades of French Grey #BCADC6

Tints of French Grey #BCADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.95%

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 33.63%
G = 30.95%
B = 35.42%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCADC6 (or 0xBCADC6) is known color: French Grey. HEX triplet: BC, AD and C6. RGB value is (188,173,198). Sum of RGB (Red+Green+Blue) = 188+173+198=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC6 is #435239. Grayscale: #B4B4B4. Windows color (decimal): -4411962 or 13020604. OLE color: 13020604.

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

Color convert

RGB 188 173 198 -
CMYK 0.05 0.13 0 0.22
HSL 276º 0.18% 0.73% -
HSV(B) 276º 0.13% 0.78% -
XYZ 45.88 44.66 59.63 -
YUV 180.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 188 173 198 0.05 0.13 0 0.22 276 0.18 0.73
Hex BC AD C6 5 D 0 16 114 12 49
Octal 274 255 306 5 15 0 26 424 22 111
Binary 10111100 10101101 11000110 101 1101 0 10110 100010100 10010 1001001

Color Harmonies of #BCADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADC6

Black with #BCADC6

Text Example


Text Example

White with #BCADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADC6; }

 p { color: rgb(188,173,198); }

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

background-color css

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

 a { background-color: rgb(188,173,198); }

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

border-color css

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

 span { border-color: rgb(188,173,198); }

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