Html Css Color HEX #BCADC8 French Grey

📋 copy color: '#BCADC8'

red 188 ◦ green 173 ◦ blue 200

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

Shades of French Grey #BCADC8

Tints of French Grey #BCADC8

RGB

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

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

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

R = 33.51%
G = 30.84%
B = 35.65%

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

#BCADC8 (or 0xBCADC8) is known color: French Grey. HEX triplet: BC, AD and C8. RGB value is (188,173,200). Sum of RGB (Red+Green+Blue) = 188+173+200=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 173 (67.97% from 255 or 30.84% 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 #BCADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC8 is #435237. Grayscale: #B4B4B4. Windows color (decimal): -4411960 or 13151676. OLE color: 13151676.

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

Color convert

RGB 188 173 200 -
CMYK 0.06 0.14 0 0.22
HSL 273.33º 0.2% 0.73% -
HSV(B) 273.33º 0.14% 0.78% -
XYZ 46.11 44.75 60.85 -
YUV 180.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 188 173 200 0.06 0.14 0 0.22 273.33 0.2 0.73
Hex BC AD C8 6 E 0 16 111 14 49
Octal 274 255 310 6 16 0 26 421 24 111
Binary 10111100 10101101 11001000 110 1110 0 10110 100010001 10100 1001001

Color Harmonies of #BCADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADC8

Black with #BCADC8

Text Example


Text Example

White with #BCADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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