#B0A3B4

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

Shades of Chatelle #B0A3B4

Tints of Chatelle #B0A3B4

Color information

#B0A3B4 (or 0xB0A3B4) is unknown color: approx Chatelle. HEX triplet: B0, A3 and B4. RGB value is (176,163,180). Sum of RGB (Red+Green+Blue) = 176+163+180=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #B0A3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3B4 is #4F5C4B. Grayscale: #A8A8A8. Windows color (decimal): -5200972 or 11838384. OLE color: 11838384.

HSL color Cylindrical-coordinate representation of color #B0A3B4: hue angle of 285.88º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0A3B4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176163180-
CMYK0.020.0900.29
HSL285.88º10.18%67.25%-
HSV(B)285.88º9.44%70.59%-
XYZ39.2438.7248.59-
YUV168.82134.31133.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=33.91%
G=31.41%
B=34.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761631800.020.0900.29285.8810.1867.25
HexB0A3B42901D11ea43
Octal26024326421103543612103
Binary10110000101000111011010010100101110110001111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A3B4; }

 p { color: rgb(176,163,180); }

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

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

 a { background-color: rgb(176,163,180); }

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

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

 span { border-color: rgb(176,163,180); }

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