Html Css Color HEX #B49EBC Chatelle

📋 copy color: '#B49EBC'

red 180 ◦ green 158 ◦ blue 188

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

Shades of Chatelle #B49EBC

Tints of Chatelle #B49EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

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

R = 34.22%
G = 30.04%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B49EBC (or 0xB49EBC) is known color: Chatelle. HEX triplet: B4, 9E and BC. RGB value is (180,158,188). Sum of RGB (Red+Green+Blue) = 180+158+188=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B49EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EBC is #4B6143. Grayscale: #A7A7A7. Windows color (decimal): -4940100 or 12361396. OLE color: 12361396.

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

Color convert

RGB 180 158 188 -
CMYK 0.04 0.16 0 0.26
HSL 284º 0.18% 0.68% -
HSV(B) 284º 0.16% 0.74% -
XYZ 40.13 37.79 52.76 -
YUV 168 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 180 158 188 0.04 0.16 0 0.26 284 0.18 0.68
Hex B4 9E BC 4 10 0 1A 11C 12 44
Octal 264 236 274 4 20 0 32 434 22 104
Binary 10110100 10011110 10111100 100 10000 0 11010 100011100 10010 1000100

Color Harmonies of #B49EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EBC

Black with #B49EBC

Text Example


Text Example

White with #B49EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EBC; }

 p { color: rgb(180,158,188); }

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

background-color css

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

 a { background-color: rgb(180,158,188); }

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

border-color css

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

 span { border-color: rgb(180,158,188); }

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