#B198DC

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

Shades of Biloba Flower #B198DC

Tints of Biloba Flower #B198DC

Color information

#B198DC (or 0xB198DC) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and DC. RGB value is (177,152,220). Sum of RGB (Red+Green+Blue) = 177+152+220=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B198DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198DC is #4E6723. Grayscale: #A6A6A6. Windows color (decimal): -5138212 or 14457009. OLE color: 14457009.

HSL color Cylindrical-coordinate representation of color #B198DC: hue angle of 262.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B198DC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177152220-
CMYK0.200.3100.14
HSL262.06º49.28%72.94%-
HSV(B)262.06º30.91%86.27%-
XYZ42.2836.9772.62-
YUV167.23157.78134.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=32.24%
G=27.69%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771522200.200.3100.14262.0649.2872.94
HexB198DC141F0E1063149
Octal261230334243701640661111
Binary1011000110011000110111001010011111011101000001101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198DC; }

 p { color: rgb(177,152,220); }

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

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

 a { background-color: rgb(177,152,220); }

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

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

 span { border-color: rgb(177,152,220); }

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