Html Css Color HEX #B5A6BB Chatelle

📋 copy color: '#B5A6BB'

red 181 ◦ green 166 ◦ blue 187

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

Shades of Chatelle #B5A6BB

Tints of Chatelle #B5A6BB

RGB

 RED value IS 181 (71.09% from 255) = 33.9%

 GREEN value IS 166 (65.23% from 255) = 31.09%

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

R = 33.9%
G = 31.09%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B5A6BB (or 0xB5A6BB) is known color: Chatelle. HEX triplet: B5, A6 and BB. RGB value is (181,166,187). Sum of RGB (Red+Green+Blue) = 181+166+187=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A6BB is #4A5944. Grayscale: #ACACAC. Windows color (decimal): -4872517 or 12297909. OLE color: 12297909.

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

Color convert

RGB 181 166 187 -
CMYK 0.03 0.11 0 0.27
HSL 282.86º 0.13% 0.69% -
HSV(B) 282.86º 0.11% 0.73% -
XYZ 41.66 40.68 52.67 -
YUV 172.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 181 166 187 0.03 0.11 0 0.27 282.86 0.13 0.69
Hex B5 A6 BB 3 B 0 1B 11B D 45
Octal 265 246 273 3 13 0 33 433 15 105
Binary 10110101 10100110 10111011 11 1011 0 11011 100011011 1101 1000101

Color Harmonies of #B5A6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6BB

Black with #B5A6BB

Text Example


Text Example

White with #B5A6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6BB; }

 p { color: rgb(181,166,187); }

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

background-color css

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

 a { background-color: rgb(181,166,187); }

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

border-color css

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

 span { border-color: rgb(181,166,187); }

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