#B399CD

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

Shades of Biloba Flower #B399CD

Tints of Biloba Flower #B399CD

Color information

#B399CD (or 0xB399CD) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and CD. RGB value is (179,153,205). Sum of RGB (Red+Green+Blue) = 179+153+205=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #B399CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399CD is #4C6632. Grayscale: #A6A6A6. Windows color (decimal): -5006899 or 13474227. OLE color: 13474227.

HSL color Cylindrical-coordinate representation of color #B399CD: hue angle of 270º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B399CD is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179153205-
CMYK0.130.2500.20
HSL270º34.21%70.2%-
HSV(B)270º25.37%80.39%-
XYZ4136.7762.69-
YUV166.7149.61136.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=33.33%
G=28.49%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791532050.130.2500.2027034.2170.2
HexB399CDD1901410e2246
Octal263231315153102441642106
Binary1011001110011001110011011101110010101001000011101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399CD; }

 p { color: rgb(179,153,205); }

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

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

 a { background-color: rgb(179,153,205); }

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

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

 span { border-color: rgb(179,153,205); }

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