#B69CBE

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

Shades of Chatelle #B69CBE

Tints of Chatelle #B69CBE

Color information

#B69CBE (or 0xB69CBE) is unknown color: approx Chatelle. HEX triplet: B6, 9C and BE. RGB value is (182,156,190). Sum of RGB (Red+Green+Blue) = 182+156+190=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B69CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CBE is #496341. Grayscale: #A7A7A7. Windows color (decimal): -4809538 or 12491958. OLE color: 12491958.

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

Color convert

RGB182156190-
CMYK0.040.1800.25
HSL285.88º20.73%67.84%-
HSV(B)285.88º17.89%74.51%-
XYZ40.4737.4453.81-
YUV167.65140.61138.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=34.47%
G=29.55%
B=35.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821561900.040.1800.25285.8820.7367.84
HexB69CBE41201911e1544
Octal26623427642203143625104
Binary10110110100111001011111010010010011001100011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CBE; }

 p { color: rgb(182,156,190); }

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

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

 a { background-color: rgb(182,156,190); }

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

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

 span { border-color: rgb(182,156,190); }

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