#B69FC1

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

Shades of Chatelle #B69FC1

Tints of Chatelle #B69FC1

Color information

#B69FC1 (or 0xB69FC1) is unknown color: approx Chatelle. HEX triplet: B6, 9F and C1. RGB value is (182,159,193). Sum of RGB (Red+Green+Blue) = 182+159+193=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #B69FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FC1 is #49603E. Grayscale: #A9A9A9. Windows color (decimal): -4808767 or 12689334. OLE color: 12689334.

HSL color Cylindrical-coordinate representation of color #B69FC1: hue angle of 280.59º 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 #B69FC1 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182159193-
CMYK0.060.1800.24
HSL280.59º21.52%69.02%-
HSV(B)280.59º17.62%75.69%-
XYZ41.3238.5955.72-
YUV169.75141.12136.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=34.08%
G=29.78%
B=36.14%

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
Decimal1821591930.060.1800.24280.5921.5269.02
HexB69FC16120181191645
Octal26623730162203043126105
Binary10110110100111111100000111010010011000100011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FC1; }

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

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

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

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

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

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

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

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