#B69ABF

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

Shades of Chatelle #B69ABF

Tints of Chatelle #B69ABF

Color information

#B69ABF (or 0xB69ABF) is unknown color: approx Chatelle. HEX triplet: B6, 9A and BF. RGB value is (182,154,191). Sum of RGB (Red+Green+Blue) = 182+154+191=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B69ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ABF is #496540. Grayscale: #A6A6A6. Windows color (decimal): -4810049 or 12556982. OLE color: 12556982.

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

Color convert

RGB182154191-
CMYK0.050.1900.25
HSL285.41º22.42%67.65%-
HSV(B)285.41º19.37%74.9%-
XYZ40.2536.8254.28-
YUV166.59141.78138.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 191 (75% from 255) = 36.24%
R=34.54%
G=29.22%
B=36.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821541910.050.1900.25285.4122.4267.65
HexB69ABF51301911d1644
Octal26623227752303143526104
Binary10110110100110101011111110110011011001100011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ABF; }

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

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

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

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

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

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

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

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