#B69CBF

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

Shades of Chatelle #B69CBF

Tints of Chatelle #B69CBF

Color information

#B69CBF (or 0xB69CBF) is unknown color: approx Chatelle. HEX triplet: B6, 9C and BF. RGB value is (182,156,191). Sum of RGB (Red+Green+Blue) = 182+156+191=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #B69CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CBF is #496340. Grayscale: #A7A7A7. Windows color (decimal): -4809537 or 12557494. OLE color: 12557494.

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

Color convert

RGB182156191-
CMYK0.050.1800.25
HSL284.57º21.47%68.04%-
HSV(B)284.57º18.32%74.9%-
XYZ40.5837.4854.39-
YUV167.76141.11138.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 191 (75% from 255) = 36.11%
R=34.40%
G=29.49%
B=36.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821561910.050.1800.25284.5721.4768.04
HexB69CBF51201911d1544
Octal26623427752203143525104
Binary10110110100111001011111110110010011001100011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CBF; }

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

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

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

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

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

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

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

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