Html Css Color HEX #B7AFBD Chatelle

📋 copy color: '#B7AFBD'

red 183 ◦ green 175 ◦ blue 189

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

Shades of Chatelle #B7AFBD

Tints of Chatelle #B7AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 33.46%
G = 31.99%
B = 34.55%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B7AFBD (or 0xB7AFBD) is known color: Chatelle. HEX triplet: B7, AF and BD. RGB value is (183,175,189). Sum of RGB (Red+Green+Blue) = 183+175+189=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFBD is #485042. Grayscale: #B2B2B2. Windows color (decimal): -4739139 or 12431287. OLE color: 12431287.

HSL color Cylindrical-coordinate representation of color #B7AFBD: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AFBD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 175 189 -
CMYK 0.03 0.07 0 0.26
HSL 274.29º 0.1% 0.71% -
HSV(B) 274.29º 0.07% 0.74% -
XYZ 44.04 44.4 54.39 -
YUV 178.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 183 175 189 0.03 0.07 0 0.26 274.29 0.1 0.71
Hex B7 AF BD 3 7 0 1A 112 A 47
Octal 267 257 275 3 7 0 32 422 12 107
Binary 10110111 10101111 10111101 11 111 0 11010 100010010 1010 1000111

Color Harmonies of #B7AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFBD

Black with #B7AFBD

Text Example


Text Example

White with #B7AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFBD; }

 p { color: rgb(183,175,189); }

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

background-color css

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

 a { background-color: rgb(183,175,189); }

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

border-color css

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

 span { border-color: rgb(183,175,189); }

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