Html Css Color HEX #B49DBE Chatelle

📋 copy color: '#B49DBE'

red 180 ◦ green 157 ◦ blue 190

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

Shades of Chatelle #B49DBE

Tints of Chatelle #B49DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.79%

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 34.16%
G = 29.79%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B49DBE (or 0xB49DBE) is known color: Chatelle. HEX triplet: B4, 9D and BE. RGB value is (180,157,190). Sum of RGB (Red+Green+Blue) = 180+157+190=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B49DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DBE is #4B6241. Grayscale: #A7A7A7. Windows color (decimal): -4940354 or 12492212. OLE color: 12492212.

HSL color Cylindrical-coordinate representation of color #B49DBE: hue angle of 281.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B49DBE is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 157 190 -
CMYK 0.05 0.17 0 0.25
HSL 281.82º 0.2% 0.68% -
HSV(B) 281.82º 0.17% 0.75% -
XYZ 40.17 37.53 53.84 -
YUV 167.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 180 157 190 0.05 0.17 0 0.25 281.82 0.2 0.68
Hex B4 9D BE 5 11 0 19 11A 14 44
Octal 264 235 276 5 21 0 31 432 24 104
Binary 10110100 10011101 10111110 101 10001 0 11001 100011010 10100 1000100

Color Harmonies of #B49DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DBE

Black with #B49DBE

Text Example


Text Example

White with #B49DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DBE; }

 p { color: rgb(180,157,190); }

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

background-color css

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

 a { background-color: rgb(180,157,190); }

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

border-color css

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

 span { border-color: rgb(180,157,190); }

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