#B499BD

Color #B499BD Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B499BD

Tints of Chatelle #B499BD

Color information

#B499BD (or 0xB499BD) is unknown color: approx 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

RGB180153189-
CMYK0.050.1900.26
HSL285º21.43%67.06%-
HSV(B)285º19.05%74.12%-
XYZ39.436.1653.05-
YUV165.18141.45138.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% 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 (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801531890.050.1900.2628521.4367.06
HexB499BD51301A11d1543
Octal26423127552303243525103
Binary10110100100110011011110110110011011010100011101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>