Html Css Color HEX #B6A0BD Chatelle

📋 copy color: '#B6A0BD'

red 182 ◦ green 160 ◦ blue 189

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

Shades of Chatelle #B6A0BD

Tints of Chatelle #B6A0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.13%

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

R = 34.27%
G = 30.13%
B = 35.59%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B6A0BD (or 0xB6A0BD) is known color: Chatelle. HEX triplet: B6, A0 and BD. RGB value is (182,160,189). Sum of RGB (Red+Green+Blue) = 182+160+189=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0BD is #495F42. Grayscale: #A9A9A9. Windows color (decimal): -4808515 or 12427446. OLE color: 12427446.

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

Color convert

RGB 182 160 189 -
CMYK 0.04 0.15 0 0.26
HSL 285.52º 0.18% 0.68% -
HSV(B) 285.52º 0.15% 0.74% -
XYZ 41.05 38.76 53.46 -
YUV 169.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 182 160 189 0.04 0.15 0 0.26 285.52 0.18 0.68
Hex B6 A0 BD 4 F 0 1A 11E 12 44
Octal 266 240 275 4 17 0 32 436 22 104
Binary 10110110 10100000 10111101 100 1111 0 11010 100011110 10010 1000100

Color Harmonies of #B6A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A0BD

Black with #B6A0BD

Text Example


Text Example

White with #B6A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A0BD; }

 p { color: rgb(182,160,189); }

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

background-color css

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

 a { background-color: rgb(182,160,189); }

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

border-color css

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

 span { border-color: rgb(182,160,189); }

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