Html Css Color HEX #B49CBA Chatelle

📋 copy color: '#B49CBA'

red 180 ◦ green 156 ◦ blue 186

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

Shades of Chatelle #B49CBA

Tints of Chatelle #B49CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 34.48%
G = 29.89%
B = 35.63%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49CBA (or 0xB49CBA) is known color: Chatelle. HEX triplet: B4, 9C and BA. RGB value is (180,156,186). Sum of RGB (Red+Green+Blue) = 180+156+186=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CBA is #4B6345. Grayscale: #A6A6A6. Windows color (decimal): -4940614 or 12229812. OLE color: 12229812.

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

Color convert

RGB 180 156 186 -
CMYK 0.03 0.16 0 0.27
HSL 288º 0.18% 0.67% -
HSV(B) 288º 0.16% 0.73% -
XYZ 39.57 37.03 51.52 -
YUV 166.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 180 156 186 0.03 0.16 0 0.27 288 0.18 0.67
Hex B4 9C BA 3 10 0 1B 120 12 43
Octal 264 234 272 3 20 0 33 440 22 103
Binary 10110100 10011100 10111010 11 10000 0 11011 100100000 10010 1000011

Color Harmonies of #B49CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CBA

Black with #B49CBA

Text Example


Text Example

White with #B49CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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