Html Css Color HEX #B9ACBE Chatelle

📋 copy color: '#B9ACBE'

red 185 ◦ green 172 ◦ blue 190

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

Shades of Chatelle #B9ACBE

Tints of Chatelle #B9ACBE

RGB

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

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

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

R = 33.82%
G = 31.44%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9ACBE (or 0xB9ACBE) is known color: Chatelle. HEX triplet: B9, AC and BE. RGB value is (185,172,190). Sum of RGB (Red+Green+Blue) = 185+172+190=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACBE is #465341. Grayscale: #B1B1B1. Windows color (decimal): -4608834 or 12496057. OLE color: 12496057.

HSL color Cylindrical-coordinate representation of color #B9ACBE: hue angle of 283.33º 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 #B9ACBE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 172 190 -
CMYK 0.03 0.09 0 0.25
HSL 283.33º 0.12% 0.71% -
HSV(B) 283.33º 0.09% 0.75% -
XYZ 44.05 43.54 54.8 -
YUV 177.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 185 172 190 0.03 0.09 0 0.25 283.33 0.12 0.71
Hex B9 AC BE 3 9 0 19 11B C 47
Octal 271 254 276 3 11 0 31 433 14 107
Binary 10111001 10101100 10111110 11 1001 0 11001 100011011 1100 1000111

Color Harmonies of #B9ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACBE

Black with #B9ACBE

Text Example


Text Example

White with #B9ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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