Html Css Color HEX #B49EC0 Chatelle

📋 copy color: '#B49EC0'

red 180 ◦ green 158 ◦ blue 192

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

Shades of Chatelle #B49EC0

Tints of Chatelle #B49EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 33.96%
G = 29.81%
B = 36.23%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B49EC0 (or 0xB49EC0) is known color: Chatelle. HEX triplet: B4, 9E and C0. RGB value is (180,158,192). Sum of RGB (Red+Green+Blue) = 180+158+192=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #B49EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EC0 is #4B613F. Grayscale: #A8A8A8. Windows color (decimal): -4940096 or 12623540. OLE color: 12623540.

HSL color Cylindrical-coordinate representation of color #B49EC0: hue angle of 278.82º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49EC0 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 158 192 -
CMYK 0.06 0.18 0 0.25
HSL 278.82º 0.21% 0.69% -
HSV(B) 278.82º 0.18% 0.75% -
XYZ 40.56 37.96 55.06 -
YUV 168.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 180 158 192 0.06 0.18 0 0.25 278.82 0.21 0.69
Hex B4 9E C0 6 12 0 19 117 15 45
Octal 264 236 300 6 22 0 31 427 25 105
Binary 10110100 10011110 11000000 110 10010 0 11001 100010111 10101 1000101

Color Harmonies of #B49EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EC0

Black with #B49EC0

Text Example


Text Example

White with #B49EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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