Html Css Color HEX #B7A6BE Chatelle

📋 copy color: '#B7A6BE'

red 183 ◦ green 166 ◦ blue 190

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

Shades of Chatelle #B7A6BE

Tints of Chatelle #B7A6BE

RGB

 RED value IS 183 (71.88% from 255) = 33.95%

 GREEN value IS 166 (65.23% from 255) = 30.8%

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

R = 33.95%
G = 30.8%
B = 35.25%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7A6BE (or 0xB7A6BE) is known color: Chatelle. HEX triplet: B7, A6 and BE. RGB value is (183,166,190). Sum of RGB (Red+Green+Blue) = 183+166+190=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7A6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6BE is #485941. Grayscale: #ADADAD. Windows color (decimal): -4741442 or 12494519. OLE color: 12494519.

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

Color convert

RGB 183 166 190 -
CMYK 0.04 0.13 0 0.25
HSL 282.5º 0.16% 0.7% -
HSV(B) 282.5º 0.13% 0.75% -
XYZ 42.46 41.06 54.4 -
YUV 173.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 183 166 190 0.04 0.13 0 0.25 282.5 0.16 0.7
Hex B7 A6 BE 4 D 0 19 11A 10 46
Octal 267 246 276 4 15 0 31 432 20 106
Binary 10110111 10100110 10111110 100 1101 0 11001 100011010 10000 1000110

Color Harmonies of #B7A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A6BE

Black with #B7A6BE

Text Example


Text Example

White with #B7A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A6BE; }

 p { color: rgb(183,166,190); }

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

background-color css

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

 a { background-color: rgb(183,166,190); }

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

border-color css

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

 span { border-color: rgb(183,166,190); }

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