#B97BBF

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

Shades of East Side #B97BBF

Tints of East Side #B97BBF

Color information

#B97BBF (or 0xB97BBF) is unknown color: approx East Side. HEX triplet: B9, 7B and BF. RGB value is (185,123,191). Sum of RGB (Red+Green+Blue) = 185+123+191=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #B97BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BBF is #468440. Grayscale: #959595. Windows color (decimal): -4621377 or 12549049. OLE color: 12549049.

HSL color Cylindrical-coordinate representation of color #B97BBF: hue angle of 294.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97BBF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185123191-
CMYK0.030.3600.25
HSL294.71º34.69%61.57%-
HSV(B)294.71º35.6%74.9%-
XYZ36.4928.2452.82-
YUV149.29151.54153.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 191 (75% from 255) = 38.28%
R=37.07%
G=24.65%
B=38.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851231910.030.3600.25294.7134.6961.57
HexB97BBF324019127233e
Octal2711732773440314474376
Binary1011100111110111011111111100100011001100100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BBF; }

 p { color: rgb(185,123,191); }

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

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

 a { background-color: rgb(185,123,191); }

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

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

 span { border-color: rgb(185,123,191); }

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