#B4ADBA

Color #B4ADBA Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B4ADBA

Tints of Chatelle #B4ADBA

Color information

#B4ADBA (or 0xB4ADBA) is unknown color: approx Chatelle. HEX triplet: B4, AD and BA. RGB value is (180,173,186). Sum of RGB (Red+Green+Blue) = 180+173+186=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADBA is #4B5245. Grayscale: #B0B0B0. Windows color (decimal): -4936262 or 12234164. OLE color: 12234164.

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

Color convert

RGB180173186-
CMYK0.030.0700.27
HSL272.31º8.61%70.39%-
HSV(B)272.31º6.99%72.94%-
XYZ42.6343.1452.53-
YUV176.58133.32130.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=33.40%
G=32.10%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801731860.030.0700.27272.318.6170.39
HexB4ADBA3701B110946
Octal2642552723703342011106
Binary1011010010101101101110101111101101110001000010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADBA; }

 p { color: rgb(180,173,186); }

 H1.HeaderClassName
 {
   color: #B4ADBA;
 }
 .AnyTagClassName
 {
   color: #B4ADBA;
 }
</style>
background-color css

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

 a { background-color: rgb(180,173,186); }

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

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

 span { border-color: rgb(180,173,186); }

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