Html Css Color HEX #B499BD Chatelle

📋 copy color: '#B499BD'

red 180 ◦ green 153 ◦ blue 189

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

Shades of Chatelle #B499BD

Tints of Chatelle #B499BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 34.48%
G = 29.31%
B = 36.21%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B499BD (or 0xB499BD) is known color: Chatelle. HEX triplet: B4, 99 and BD. RGB value is (180,153,189). Sum of RGB (Red+Green+Blue) = 180+153+189=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B499BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BD is #4B6642. Grayscale: #A5A5A5. Windows color (decimal): -4941379 or 12425652. OLE color: 12425652.

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

Color convert

RGB 180 153 189 -
CMYK 0.05 0.19 0 0.26
HSL 285º 0.21% 0.67% -
HSV(B) 285º 0.19% 0.74% -
XYZ 39.4 36.16 53.05 -
YUV 165.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 180 153 189 0.05 0.19 0 0.26 285 0.21 0.67
Hex B4 99 BD 5 13 0 1A 11D 15 43
Octal 264 231 275 5 23 0 32 435 25 103
Binary 10110100 10011001 10111101 101 10011 0 11010 100011101 10101 1000011

Color Harmonies of #B499BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499BD

Black with #B499BD

Text Example


Text Example

White with #B499BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499BD; }

 p { color: rgb(180,153,189); }

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

background-color css

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

 a { background-color: rgb(180,153,189); }

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

border-color css

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

 span { border-color: rgb(180,153,189); }

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