#B39BBC

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

Shades of Chatelle #B39BBC

Tints of Chatelle #B39BBC

Color information

#B39BBC (or 0xB39BBC) is unknown color: approx Chatelle. HEX triplet: B3, 9B and BC. RGB value is (179,155,188). Sum of RGB (Red+Green+Blue) = 179+155+188=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #B39BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BBC is #4C6443. Grayscale: #A5A5A5. Windows color (decimal): -5006404 or 12360627. OLE color: 12360627.

HSL color Cylindrical-coordinate representation of color #B39BBC: hue angle of 283.64º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B39BBC is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179155188-
CMYK0.050.1800.26
HSL283.64º19.76%67.25%-
HSV(B)283.64º17.55%73.73%-
XYZ39.3936.6652.58-
YUV165.94140.45137.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=34.29%
G=29.69%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791551880.050.1800.26283.6419.7667.25
HexB39BBC51201A11c1443
Octal26323327452203243424103
Binary10110011100110111011110010110010011010100011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39BBC; }

 p { color: rgb(179,155,188); }

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

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

 a { background-color: rgb(179,155,188); }

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

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

 span { border-color: rgb(179,155,188); }

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