#B399CB

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

Shades of Biloba Flower #B399CB

Tints of Biloba Flower #B399CB

Color information

#B399CB (or 0xB399CB) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and CB. RGB value is (179,153,203). Sum of RGB (Red+Green+Blue) = 179+153+203=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B399CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399CB is #4C6634. Grayscale: #A6A6A6. Windows color (decimal): -5006901 or 13343155. OLE color: 13343155.

HSL color Cylindrical-coordinate representation of color #B399CB: hue angle of 271.2º degrees, saturation: 0.32, 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 #B399CB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179153203-
CMYK0.120.2500.20
HSL271.2º32.47%69.8%-
HSV(B)271.2º24.63%79.61%-
XYZ40.7636.6861.43-
YUV166.47148.61136.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=33.46%
G=28.60%
B=37.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791532030.120.2500.20271.232.4769.8
HexB399CBC1901410f2046
Octal263231313143102441740106
Binary1011001110011001110010111100110010101001000011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399CB; }

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

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

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

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

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

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

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

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