Html Css Color HEX #B39BBA Chatelle

📋 copy color: '#B39BBA'

red 179 ◦ green 155 ◦ blue 186

#B39BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #B39BBA

Tints of Chatelle #B39BBA

RGB

 RED value IS 179 (70.31% from 255) = 34.42%

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 34.42%
G = 29.81%
B = 35.77%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B39BBA (or 0xB39BBA) is known color: Chatelle. HEX triplet: B3, 9B and BA. RGB value is (179,155,186). Sum of RGB (Red+Green+Blue) = 179+155+186=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B39BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BBA is #4C6445. Grayscale: #A5A5A5. Windows color (decimal): -5006406 or 12229555. OLE color: 12229555.

HSL color Cylindrical-coordinate representation of color #B39BBA: hue angle of 286.45º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39BBA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 155 186 -
CMYK 0.04 0.17 0 0.27
HSL 286.45º 0.18% 0.67% -
HSV(B) 286.45º 0.17% 0.73% -
XYZ 39.17 36.57 51.45 -
YUV 165.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 179 155 186 0.04 0.17 0 0.27 286.45 0.18 0.67
Hex B3 9B BA 4 11 0 1B 11E 12 43
Octal 263 233 272 4 21 0 33 436 22 103
Binary 10110011 10011011 10111010 100 10001 0 11011 100011110 10010 1000011

Color Harmonies of #B39BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BBA

Black with #B39BBA

Text Example


Text Example

White with #B39BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BBA; }

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

 H1.HeaderClassName
 {
   color: #B39BBA;
 }
 .AnyTagClassName
 {
   color: #B39BBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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