Html Css Color HEX #B6ADC1 French Grey

📋 copy color: '#B6ADC1'

red 182 ◦ green 173 ◦ blue 193

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

Shades of French Grey #B6ADC1

Tints of French Grey #B6ADC1

RGB

 RED value IS 182 (71.48% from 255) = 33.21%

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

 BLUE value IS 193 (75.78% from 255) = 35.22%

R = 33.21%
G = 31.57%
B = 35.22%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B6ADC1 (or 0xB6ADC1) is known color: French Grey. HEX triplet: B6, AD and C1. RGB value is (182,173,193). Sum of RGB (Red+Green+Blue) = 182+173+193=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADC1 is #49523E. Grayscale: #B1B1B1. Windows color (decimal): -4805183 or 12692918. OLE color: 12692918.

HSL color Cylindrical-coordinate representation of color #B6ADC1: hue angle of 267º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6ADC1 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 173 193 -
CMYK 0.06 0.10 0 0.24
HSL 267º 0.14% 0.72% -
HSV(B) 267º 0.1% 0.76% -
XYZ 43.86 43.68 56.57 -
YUV 177.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 182 173 193 0.06 0.10 0 0.24 267 0.14 0.72
Hex B6 AD C1 6 A 0 18 10B E 48
Octal 266 255 301 6 12 0 30 413 16 110
Binary 10110110 10101101 11000001 110 1010 0 11000 100001011 1110 1001000

Color Harmonies of #B6ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ADC1

Black with #B6ADC1

Text Example


Text Example

White with #B6ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ADC1; }

 p { color: rgb(182,173,193); }

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

background-color css

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

 a { background-color: rgb(182,173,193); }

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

border-color css

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

 span { border-color: rgb(182,173,193); }

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