#B398D5

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

Shades of Biloba Flower #B398D5

Tints of Biloba Flower #B398D5

Color information

#B398D5 (or 0xB398D5) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and D5. RGB value is (179,152,213). Sum of RGB (Red+Green+Blue) = 179+152+213=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #B398D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398D5 is #4C672A. Grayscale: #A6A6A6. Windows color (decimal): -5007147 or 13998259. OLE color: 13998259.

HSL color Cylindrical-coordinate representation of color #B398D5: hue angle of 266.56º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B398D5 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179152213-
CMYK0.160.2900.16
HSL266.56º42.07%71.57%-
HSV(B)266.56º28.64%83.53%-
XYZ41.8336.8467.86-
YUV167.03153.95136.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=32.90%
G=27.94%
B=39.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791522130.160.2900.16266.5642.0771.57
HexB398D5101D01010b2a48
Octal263230325203502041352110
Binary10110011100110001101010110000111010100001000010111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398D5; }

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

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

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

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

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

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

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

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