Html Css Color HEX #B5A0BF Chatelle

📋 copy color: '#B5A0BF'

red 181 ◦ green 160 ◦ blue 191

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

Shades of Chatelle #B5A0BF

Tints of Chatelle #B5A0BF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.08%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 34.02%
G = 30.08%
B = 35.9%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B5A0BF (or 0xB5A0BF) is known color: Chatelle. HEX triplet: B5, A0 and BF. RGB value is (181,160,191). Sum of RGB (Red+Green+Blue) = 181+160+191=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0BF is #4A5F40. Grayscale: #A9A9A9. Windows color (decimal): -4874049 or 12558517. OLE color: 12558517.

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

Color convert

RGB 181 160 191 -
CMYK 0.05 0.16 0 0.25
HSL 280.65º 0.19% 0.69% -
HSV(B) 280.65º 0.16% 0.75% -
XYZ 41.03 38.73 54.6 -
YUV 169.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 181 160 191 0.05 0.16 0 0.25 280.65 0.19 0.69
Hex B5 A0 BF 5 10 0 19 119 13 45
Octal 265 240 277 5 20 0 31 431 23 105
Binary 10110101 10100000 10111111 101 10000 0 11001 100011001 10011 1000101

Color Harmonies of #B5A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0BF

Black with #B5A0BF

Text Example


Text Example

White with #B5A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0BF; }

 p { color: rgb(181,160,191); }

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

background-color css

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

 a { background-color: rgb(181,160,191); }

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

border-color css

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

 span { border-color: rgb(181,160,191); }

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