#B6A8BF

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

Shades of Chatelle #B6A8BF

Tints of Chatelle #B6A8BF

Color information

#B6A8BF (or 0xB6A8BF) is unknown color: approx Chatelle. HEX triplet: B6, A8 and BF. RGB value is (182,168,191). Sum of RGB (Red+Green+Blue) = 182+168+191=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #B6A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8BF is #495740. Grayscale: #AEAEAE. Windows color (decimal): -4806465 or 12560566. OLE color: 12560566.

HSL color Cylindrical-coordinate representation of color #B6A8BF: hue angle of 276.52º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A8BF is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB182168191-
CMYK0.050.1200.25
HSL276.52º15.23%70.39%-
HSV(B)276.52º12.04%74.9%-
XYZ42.741.7155.09-
YUV174.81137.14133.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 191 (75% from 255) = 35.30%
R=33.64%
G=31.05%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821681910.050.1200.25276.5215.2370.39
HexB6A8BF5C019115f46
Octal26625027751403142517106
Binary101101101010100010111111101110001100110001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A8BF; }

 p { color: rgb(182,168,191); }

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

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

 a { background-color: rgb(182,168,191); }

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

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

 span { border-color: rgb(182,168,191); }

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