Html Css Color HEX #B9ADC5 French Grey

📋 copy color: '#B9ADC5'

red 185 ◦ green 173 ◦ blue 197

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

Shades of French Grey #B9ADC5

Tints of French Grey #B9ADC5

RGB

 RED value IS 185 (72.66% from 255) = 33.33%

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

 BLUE value IS 197 (77.34% from 255) = 35.5%

R = 33.33%
G = 31.17%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B9ADC5 (or 0xB9ADC5) is known color: French Grey. HEX triplet: B9, AD and C5. RGB value is (185,173,197). Sum of RGB (Red+Green+Blue) = 185+173+197=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADC5 is #46523A. Grayscale: #B3B3B3. Windows color (decimal): -4608571 or 12955065. OLE color: 12955065.

HSL color Cylindrical-coordinate representation of color #B9ADC5: hue angle of 270º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9ADC5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 173 197 -
CMYK 0.06 0.12 0 0.23
HSL 270º 0.17% 0.73% -
HSV(B) 270º 0.12% 0.77% -
XYZ 45.03 44.23 58.99 -
YUV 179.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 185 173 197 0.06 0.12 0 0.23 270 0.17 0.73
Hex B9 AD C5 6 C 0 17 10E 11 49
Octal 271 255 305 6 14 0 27 416 21 111
Binary 10111001 10101101 11000101 110 1100 0 10111 100001110 10001 1001001

Color Harmonies of #B9ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADC5

Black with #B9ADC5

Text Example


Text Example

White with #B9ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADC5; }

 p { color: rgb(185,173,197); }

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

background-color css

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

 a { background-color: rgb(185,173,197); }

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

border-color css

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

 span { border-color: rgb(185,173,197); }

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