Html Css Color HEX #B8ADC1 French Grey

📋 copy color: '#B8ADC1'

red 184 ◦ green 173 ◦ blue 193

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

Shades of French Grey #B8ADC1

Tints of French Grey #B8ADC1

RGB

 RED value IS 184 (72.27% from 255) = 33.45%

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

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

R = 33.45%
G = 31.45%
B = 35.09%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B8ADC1 (or 0xB8ADC1) is known color: French Grey. HEX triplet: B8, AD and C1. RGB value is (184,173,193). Sum of RGB (Red+Green+Blue) = 184+173+193=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #B8ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADC1 is #47523E. Grayscale: #B2B2B2. Windows color (decimal): -4674111 or 12692920. OLE color: 12692920.

HSL color Cylindrical-coordinate representation of color #B8ADC1: hue angle of 273º 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 #B8ADC1 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 173 193 -
CMYK 0.05 0.10 0 0.24
HSL 273º 0.14% 0.72% -
HSV(B) 273º 0.1% 0.76% -
XYZ 44.34 43.93 56.59 -
YUV 178.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 184 173 193 0.05 0.10 0 0.24 273 0.14 0.72
Hex B8 AD C1 5 A 0 18 111 E 48
Octal 270 255 301 5 12 0 30 421 16 110
Binary 10111000 10101101 11000001 101 1010 0 11000 100010001 1110 1001000

Color Harmonies of #B8ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ADC1

Black with #B8ADC1

Text Example


Text Example

White with #B8ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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