Html Css Color HEX #B5A0BE Chatelle

📋 copy color: '#B5A0BE'

red 181 ◦ green 160 ◦ blue 190

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

Shades of Chatelle #B5A0BE

Tints of Chatelle #B5A0BE

RGB

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

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

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

R = 34.09%
G = 30.13%
B = 35.78%

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

#B5A0BE (or 0xB5A0BE) is known color: Chatelle. HEX triplet: B5, A0 and BE. RGB value is (181,160,190). Sum of RGB (Red+Green+Blue) = 181+160+190=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0BE is #4A5F41. Grayscale: #A9A9A9. Windows color (decimal): -4874050 or 12492981. OLE color: 12492981.

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

Color convert

RGB 181 160 190 -
CMYK 0.05 0.16 0 0.25
HSL 282º 0.19% 0.69% -
HSV(B) 282º 0.16% 0.75% -
XYZ 40.92 38.68 54.03 -
YUV 169.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 181 160 190 0.05 0.16 0 0.25 282 0.19 0.69
Hex B5 A0 BE 5 10 0 19 11A 13 45
Octal 265 240 276 5 20 0 31 432 23 105
Binary 10110101 10100000 10111110 101 10000 0 11001 100011010 10011 1000101

Color Harmonies of #B5A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0BE

Black with #B5A0BE

Text Example


Text Example

White with #B5A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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