Html Css Color HEX #B6AABD Chatelle

📋 copy color: '#B6AABD'

red 182 ◦ green 170 ◦ blue 189

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

Shades of Chatelle #B6AABD

Tints of Chatelle #B6AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.42%

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

R = 33.64%
G = 31.42%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B6AABD (or 0xB6AABD) is known color: Chatelle. HEX triplet: B6, AA and BD. RGB value is (182,170,189). Sum of RGB (Red+Green+Blue) = 182+170+189=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AABD is #495542. Grayscale: #AFAFAF. Windows color (decimal): -4805955 or 12430006. OLE color: 12430006.

HSL color Cylindrical-coordinate representation of color #B6AABD: hue angle of 277.89º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6AABD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 170 189 -
CMYK 0.04 0.10 0 0.26
HSL 277.89º 0.13% 0.7% -
HSV(B) 277.89º 0.1% 0.74% -
XYZ 42.85 42.37 54.06 -
YUV 175.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 182 170 189 0.04 0.10 0 0.26 277.89 0.13 0.7
Hex B6 AA BD 4 A 0 1A 116 D 46
Octal 266 252 275 4 12 0 32 426 15 106
Binary 10110110 10101010 10111101 100 1010 0 11010 100010110 1101 1000110

Color Harmonies of #B6AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AABD

Black with #B6AABD

Text Example


Text Example

White with #B6AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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