Html Css Color HEX #B49BBC Chatelle

📋 copy color: '#B49BBC'

red 180 ◦ green 155 ◦ blue 188

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

Shades of Chatelle #B49BBC

Tints of Chatelle #B49BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.64%

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

R = 34.42%
G = 29.64%
B = 35.95%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B49BBC (or 0xB49BBC) is known color: Chatelle. HEX triplet: B4, 9B and BC. RGB value is (180,155,188). Sum of RGB (Red+Green+Blue) = 180+155+188=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B49BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBC is #4B6443. Grayscale: #A6A6A6. Windows color (decimal): -4940868 or 12360628. OLE color: 12360628.

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

Color convert

RGB 180 155 188 -
CMYK 0.04 0.18 0 0.26
HSL 285.45º 0.2% 0.67% -
HSV(B) 285.45º 0.18% 0.74% -
XYZ 39.62 36.78 52.59 -
YUV 166.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 180 155 188 0.04 0.18 0 0.26 285.45 0.2 0.67
Hex B4 9B BC 4 12 0 1A 11D 14 43
Octal 264 233 274 4 22 0 32 435 24 103
Binary 10110100 10011011 10111100 100 10010 0 11010 100011101 10100 1000011

Color Harmonies of #B49BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BBC

Black with #B49BBC

Text Example


Text Example

White with #B49BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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