Html Css Color HEX #B39FBA Chatelle

📋 copy color: '#B39FBA'

red 179 ◦ green 159 ◦ blue 186

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

Shades of Chatelle #B39FBA

Tints of Chatelle #B39FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

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

R = 34.16%
G = 30.34%
B = 35.5%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B39FBA (or 0xB39FBA) is known color: Chatelle. HEX triplet: B3, 9F and BA. RGB value is (179,159,186). Sum of RGB (Red+Green+Blue) = 179+159+186=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B39FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FBA is #4C6045. Grayscale: #A7A7A7. Windows color (decimal): -5005382 or 12230579. OLE color: 12230579.

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

Color convert

RGB 179 159 186 -
CMYK 0.04 0.15 0 0.27
HSL 284.44º 0.16% 0.68% -
HSV(B) 284.44º 0.15% 0.73% -
XYZ 39.85 37.93 51.67 -
YUV 168.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 179 159 186 0.04 0.15 0 0.27 284.44 0.16 0.68
Hex B3 9F BA 4 F 0 1B 11C 10 44
Octal 263 237 272 4 17 0 33 434 20 104
Binary 10110011 10011111 10111010 100 1111 0 11011 100011100 10000 1000100

Color Harmonies of #B39FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FBA

Black with #B39FBA

Text Example


Text Example

White with #B39FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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