Html Css Color HEX #B49EBB Chatelle

📋 copy color: '#B49EBB'

red 180 ◦ green 158 ◦ blue 187

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

Shades of Chatelle #B49EBB

Tints of Chatelle #B49EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 34.29%
G = 30.1%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49EBB (or 0xB49EBB) is known color: Chatelle. HEX triplet: B4, 9E and BB. RGB value is (180,158,187). Sum of RGB (Red+Green+Blue) = 180+158+187=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EBB is #4B6144. Grayscale: #A7A7A7. Windows color (decimal): -4940101 or 12295860. OLE color: 12295860.

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

Color convert

RGB 180 158 187 -
CMYK 0.04 0.16 0 0.27
HSL 285.52º 0.18% 0.68% -
HSV(B) 285.52º 0.16% 0.73% -
XYZ 40.02 37.74 52.19 -
YUV 167.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 180 158 187 0.04 0.16 0 0.27 285.52 0.18 0.68
Hex B4 9E BB 4 10 0 1B 11E 12 44
Octal 264 236 273 4 20 0 33 436 22 104
Binary 10110100 10011110 10111011 100 10000 0 11011 100011110 10010 1000100

Color Harmonies of #B49EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EBB

Black with #B49EBB

Text Example


Text Example

White with #B49EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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