#B398BE

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

Shades of East Side #B398BE

Tints of East Side #B398BE

Color information

#B398BE (or 0xB398BE) is unknown color: approx East Side. HEX triplet: B3, 98 and BE. RGB value is (179,152,190). Sum of RGB (Red+Green+Blue) = 179+152+190=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B398BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398BE is #4C6741. Grayscale: #A4A4A4. Windows color (decimal): -5007170 or 12490931. OLE color: 12490931.

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

Color convert

RGB179152190-
CMYK0.060.200.25
HSL282.63º22.62%67.06%-
HSV(B)282.63º20%74.51%-
XYZ39.1135.7653.56-
YUV164.4142.45138.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=34.36%
G=29.17%
B=36.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791521900.060.200.25282.6322.6267.06
HexB398BE61401911b1743
Octal26323027662403143327103
Binary10110011100110001011111011010100011001100011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398BE; }

 p { color: rgb(179,152,190); }

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

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

 a { background-color: rgb(179,152,190); }

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

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

 span { border-color: rgb(179,152,190); }

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