Html Css Color HEX #B49FBA Chatelle

📋 copy color: '#B49FBA'

red 180 ◦ green 159 ◦ blue 186

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

Shades of Chatelle #B49FBA

Tints of Chatelle #B49FBA

RGB

 RED value IS 180 (70.7% from 255) = 34.29%

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

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

R = 34.29%
G = 30.29%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49FBA (or 0xB49FBA) is known color: Chatelle. HEX triplet: B4, 9F and BA. RGB value is (180,159,186). Sum of RGB (Red+Green+Blue) = 180+159+186=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBA is #4B6045. Grayscale: #A8A8A8. Windows color (decimal): -4939846 or 12230580. OLE color: 12230580.

HSL color Cylindrical-coordinate representation of color #B49FBA: hue angle of 286.67º 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 #B49FBA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 159 186 -
CMYK 0.03 0.15 0 0.27
HSL 286.67º 0.16% 0.68% -
HSV(B) 286.67º 0.15% 0.73% -
XYZ 40.08 38.04 51.69 -
YUV 168.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 180 159 186 0.03 0.15 0 0.27 286.67 0.16 0.68
Hex B4 9F BA 3 F 0 1B 11F 10 44
Octal 264 237 272 3 17 0 33 437 20 104
Binary 10110100 10011111 10111010 11 1111 0 11011 100011111 10000 1000100

Color Harmonies of #B49FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FBA

Black with #B49FBA

Text Example


Text Example

White with #B49FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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