#B398CB

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

Shades of Biloba Flower #B398CB

Tints of Biloba Flower #B398CB

Color information

#B398CB (or 0xB398CB) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and CB. RGB value is (179,152,203). Sum of RGB (Red+Green+Blue) = 179+152+203=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B398CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398CB is #4C6734. Grayscale: #A5A5A5. Windows color (decimal): -5007157 or 13342899. OLE color: 13342899.

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

Color convert

RGB179152203-
CMYK0.120.2500.20
HSL271.76º32.9%69.61%-
HSV(B)271.76º25.12%79.61%-
XYZ40.636.3561.38-
YUV165.89148.95137.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=33.52%
G=28.46%
B=38.01%

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
Decimal1791522030.120.2500.20271.7632.969.61
HexB398CBC190141102146
Octal263230313143102442041106
Binary1011001110011000110010111100110010101001000100001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398CB; }

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

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

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

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

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

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

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

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