#B3AFB6

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

Shades of Chatelle #B3AFB6

Tints of Chatelle #B3AFB6

Color information

#B3AFB6 (or 0xB3AFB6) is unknown color: approx Chatelle. HEX triplet: B3, AF and B6. RGB value is (179,175,182). Sum of RGB (Red+Green+Blue) = 179+175+182=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 182 - color contains mainly: blue. Hex color #B3AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFB6 is #4C5049. Grayscale: #B0B0B0. Windows color (decimal): -5001290 or 11972531. OLE color: 11972531.

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

Color convert

RGB179175182-
CMYK0.020.0400.29
HSL274.29º4.58%70%-
HSV(B)274.29º3.85%71.37%-
XYZ42.3643.6250.44-
YUV176.99130.83129.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=33.40%
G=32.65%
B=33.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791751820.020.0400.29274.294.5870
HexB3AFB62401D112546
Octal263257266240354225106
Binary101100111010111110110110101000111011000100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFB6; }

 p { color: rgb(179,175,182); }

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

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

 a { background-color: rgb(179,175,182); }

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

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

 span { border-color: rgb(179,175,182); }

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