Html Css Color HEX #B6ABC0 Chatelle

📋 copy color: '#B6ABC0'

red 182 ◦ green 171 ◦ blue 192

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

Shades of Chatelle #B6ABC0

Tints of Chatelle #B6ABC0

RGB

 RED value IS 182 (71.48% from 255) = 33.39%

 GREEN value IS 171 (67.19% from 255) = 31.38%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 33.39%
G = 31.38%
B = 35.23%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B6ABC0 (or 0xB6ABC0) is known color: Chatelle. HEX triplet: B6, AB and C0. RGB value is (182,171,192). Sum of RGB (Red+Green+Blue) = 182+171+192=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABC0 is #49543F. Grayscale: #B0B0B0. Windows color (decimal): -4805696 or 12626870. OLE color: 12626870.

HSL color Cylindrical-coordinate representation of color #B6ABC0: hue angle of 271.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6ABC0 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 171 192 -
CMYK 0.05 0.11 0 0.25
HSL 271.43º 0.14% 0.71% -
HSV(B) 271.43º 0.11% 0.75% -
XYZ 43.37 42.88 55.86 -
YUV 176.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 182 171 192 0.05 0.11 0 0.25 271.43 0.14 0.71
Hex B6 AB C0 5 B 0 19 10F E 47
Octal 266 253 300 5 13 0 31 417 16 107
Binary 10110110 10101011 11000000 101 1011 0 11001 100001111 1110 1000111

Color Harmonies of #B6ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABC0

Black with #B6ABC0

Text Example


Text Example

White with #B6ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABC0; }

 p { color: rgb(182,171,192); }

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

background-color css

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

 a { background-color: rgb(182,171,192); }

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

border-color css

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

 span { border-color: rgb(182,171,192); }

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