#B0ADB3

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

Shades of Chatelle #B0ADB3

Tints of Chatelle #B0ADB3

Color information

#B0ADB3 (or 0xB0ADB3) is unknown color: approx Chatelle. HEX triplet: B0, AD and B3. RGB value is (176,173,179). Sum of RGB (Red+Green+Blue) = 176+173+179=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 179 - color contains mainly: blue. Hex color #B0ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB3 is #4F524C. Grayscale: #AEAEAE. Windows color (decimal): -5198413 or 11775408. OLE color: 11775408.

HSL color Cylindrical-coordinate representation of color #B0ADB3: hue angle of 270º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ADB3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176173179-
CMYK0.020.0300.30
HSL270º3.8%69.02%-
HSV(B)270º3.35%70.2%-
XYZ40.9842.3748.67-
YUV174.58130.49129.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=33.33%
G=32.77%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761731790.020.0300.302703.869.02
HexB0ADB32301E10e445
Octal260255263230364164105
Binary10110000101011011011001110110111101000011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADB3; }

 p { color: rgb(176,173,179); }

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

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

 a { background-color: rgb(176,173,179); }

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

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

 span { border-color: rgb(176,173,179); }

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