Html Css Color HEX #B6AABB Chatelle

📋 copy color: '#B6AABB'

red 182 ◦ green 170 ◦ blue 187

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

Shades of Chatelle #B6AABB

Tints of Chatelle #B6AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 33.77%
G = 31.54%
B = 34.69%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B6AABB (or 0xB6AABB) is known color: Chatelle. HEX triplet: B6, AA and BB. RGB value is (182,170,187). Sum of RGB (Red+Green+Blue) = 182+170+187=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #B6AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AABB is #495544. Grayscale: #AFAFAF. Windows color (decimal): -4805957 or 12298934. OLE color: 12298934.

HSL color Cylindrical-coordinate representation of color #B6AABB: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6AABB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 170 187 -
CMYK 0.03 0.09 0 0.27
HSL 282.35º 0.11% 0.7% -
HSV(B) 282.35º 0.09% 0.73% -
XYZ 42.64 42.28 52.93 -
YUV 175.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 182 170 187 0.03 0.09 0 0.27 282.35 0.11 0.7
Hex B6 AA BB 3 9 0 1B 11A B 46
Octal 266 252 273 3 11 0 33 432 13 106
Binary 10110110 10101010 10111011 11 1001 0 11011 100011010 1011 1000110

Color Harmonies of #B6AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AABB

Black with #B6AABB

Text Example


Text Example

White with #B6AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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