Html Css Color HEX #B59FBC Chatelle

📋 copy color: '#B59FBC'

red 181 ◦ green 159 ◦ blue 188

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

Shades of Chatelle #B59FBC

Tints of Chatelle #B59FBC

RGB

 RED value IS 181 (71.09% from 255) = 34.28%

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

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 34.28%
G = 30.11%
B = 35.61%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B59FBC (or 0xB59FBC) is known color: Chatelle. HEX triplet: B5, 9F and BC. RGB value is (181,159,188). Sum of RGB (Red+Green+Blue) = 181+159+188=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #B59FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FBC is #4A6043. Grayscale: #A8A8A8. Windows color (decimal): -4874308 or 12361653. OLE color: 12361653.

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

Color convert

RGB 181 159 188 -
CMYK 0.04 0.15 0 0.26
HSL 285.52º 0.18% 0.68% -
HSV(B) 285.52º 0.15% 0.74% -
XYZ 40.53 38.25 52.82 -
YUV 168.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 181 159 188 0.04 0.15 0 0.26 285.52 0.18 0.68
Hex B5 9F BC 4 F 0 1A 11E 12 44
Octal 265 237 274 4 17 0 32 436 22 104
Binary 10110101 10011111 10111100 100 1111 0 11010 100011110 10010 1000100

Color Harmonies of #B59FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FBC

Black with #B59FBC

Text Example


Text Example

White with #B59FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FBC; }

 p { color: rgb(181,159,188); }

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

background-color css

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

 a { background-color: rgb(181,159,188); }

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

border-color css

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

 span { border-color: rgb(181,159,188); }

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