Html Css Color HEX #B5ACBE French Grey

📋 copy color: '#B5ACBE'

red 181 ◦ green 172 ◦ blue 190

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

Shades of French Grey #B5ACBE

Tints of French Grey #B5ACBE

RGB

 RED value IS 181 (71.09% from 255) = 33.33%

 GREEN value IS 172 (67.58% from 255) = 31.68%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 33.33%
G = 31.68%
B = 34.99%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5ACBE (or 0xB5ACBE) is known color: French Grey. HEX triplet: B5, AC and BE. RGB value is (181,172,190). Sum of RGB (Red+Green+Blue) = 181+172+190=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACBE is #4A5341. Grayscale: #B0B0B0. Windows color (decimal): -4870978 or 12496053. OLE color: 12496053.

HSL color Cylindrical-coordinate representation of color #B5ACBE: hue angle of 270º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5ACBE is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 172 190 -
CMYK 0.05 0.09 0 0.25
HSL 270º 0.12% 0.71% -
HSV(B) 270º 0.09% 0.75% -
XYZ 43.1 43.05 54.75 -
YUV 176.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 181 172 190 0.05 0.09 0 0.25 270 0.12 0.71
Hex B5 AC BE 5 9 0 19 10E C 47
Octal 265 254 276 5 11 0 31 416 14 107
Binary 10110101 10101100 10111110 101 1001 0 11001 100001110 1100 1000111

Color Harmonies of #B5ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACBE

Black with #B5ACBE

Text Example


Text Example

White with #B5ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACBE; }

 p { color: rgb(181,172,190); }

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

background-color css

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

 a { background-color: rgb(181,172,190); }

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

border-color css

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

 span { border-color: rgb(181,172,190); }

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