#B69EC1

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

Shades of Chatelle #B69EC1

Tints of Chatelle #B69EC1

Color information

#B69EC1 (or 0xB69EC1) is unknown color: approx Chatelle. HEX triplet: B6, 9E and C1. RGB value is (182,158,193). Sum of RGB (Red+Green+Blue) = 182+158+193=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #B69EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EC1 is #49613E. Grayscale: #A9A9A9. Windows color (decimal): -4809023 or 12689078. OLE color: 12689078.

HSL color Cylindrical-coordinate representation of color #B69EC1: hue angle of 281.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B69EC1 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182158193-
CMYK0.060.1800.24
HSL281.14º22.01%68.82%-
HSV(B)281.14º18.13%75.69%-
XYZ41.1438.2555.67-
YUV169.17141.45137.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=34.15%
G=29.64%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821581930.060.1800.24281.1422.0168.82
HexB69EC16120181191645
Octal26623630162203043126105
Binary10110110100111101100000111010010011000100011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EC1; }

 p { color: rgb(182,158,193); }

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

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

 a { background-color: rgb(182,158,193); }

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

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

 span { border-color: rgb(182,158,193); }

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