Html Css Color HEX #B7A2BE Chatelle

📋 copy color: '#B7A2BE'

red 183 ◦ green 162 ◦ blue 190

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

Shades of Chatelle #B7A2BE

Tints of Chatelle #B7A2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.28%

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

R = 34.21%
G = 30.28%
B = 35.51%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7A2BE (or 0xB7A2BE) is known color: Chatelle. HEX triplet: B7, A2 and BE. RGB value is (183,162,190). Sum of RGB (Red+Green+Blue) = 183+162+190=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7A2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2BE is #485D41. Grayscale: #ABABAB. Windows color (decimal): -4742466 or 12493495. OLE color: 12493495.

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

Color convert

RGB 183 162 190 -
CMYK 0.04 0.15 0 0.25
HSL 285º 0.18% 0.69% -
HSV(B) 285º 0.15% 0.75% -
XYZ 41.74 39.63 54.16 -
YUV 171.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 183 162 190 0.04 0.15 0 0.25 285 0.18 0.69
Hex B7 A2 BE 4 F 0 19 11D 12 45
Octal 267 242 276 4 17 0 31 435 22 105
Binary 10110111 10100010 10111110 100 1111 0 11001 100011101 10010 1000101

Color Harmonies of #B7A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2BE

Black with #B7A2BE

Text Example


Text Example

White with #B7A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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