#B498BB

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

Shades of Chatelle #B498BB

Tints of Chatelle #B498BB

Color information

#B498BB (or 0xB498BB) is unknown color: approx Chatelle. HEX triplet: B4, 98 and BB. RGB value is (180,152,187). Sum of RGB (Red+Green+Blue) = 180+152+187=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B498BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498BB is #4B6744. Grayscale: #A4A4A4. Windows color (decimal): -4941637 or 12294324. OLE color: 12294324.

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

Color convert

RGB180152187-
CMYK0.040.1900.27
HSL288º20.47%66.47%-
HSV(B)288º18.72%73.33%-
XYZ39.0235.7551.86-
YUV164.36140.78139.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=34.68%
G=29.29%
B=36.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801521870.040.1900.2728820.4766.47
HexB498BB41301B1201442
Octal26423027342303344024102
Binary10110100100110001011101110010011011011100100000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498BB; }

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

 H1.HeaderClassName
 {
   color: #B498BB;
 }
 .AnyTagClassName
 {
   color: #B498BB;
 }
</style>
background-color css

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

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

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

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

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

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