Html Css Color HEX #B7A5BE Chatelle

📋 copy color: '#B7A5BE'

red 183 ◦ green 165 ◦ blue 190

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

Shades of Chatelle #B7A5BE

Tints of Chatelle #B7A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

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

R = 34.01%
G = 30.67%
B = 35.32%

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

#B7A5BE (or 0xB7A5BE) is known color: Chatelle. HEX triplet: B7, A5 and BE. RGB value is (183,165,190). Sum of RGB (Red+Green+Blue) = 183+165+190=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5BE is #485A41. Grayscale: #ADADAD. Windows color (decimal): -4741698 or 12494263. OLE color: 12494263.

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

Color convert

RGB 183 165 190 -
CMYK 0.04 0.13 0 0.25
HSL 283.2º 0.16% 0.7% -
HSV(B) 283.2º 0.13% 0.75% -
XYZ 42.28 40.7 54.34 -
YUV 173.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 183 165 190 0.04 0.13 0 0.25 283.2 0.16 0.7
Hex B7 A5 BE 4 D 0 19 11B 10 46
Octal 267 245 276 4 15 0 31 433 20 106
Binary 10110111 10100101 10111110 100 1101 0 11001 100011011 10000 1000110

Color Harmonies of #B7A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A5BE

Black with #B7A5BE

Text Example


Text Example

White with #B7A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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