#B198DA

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

Shades of Biloba Flower #B198DA

Tints of Biloba Flower #B198DA

Color information

#B198DA (or 0xB198DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and DA. RGB value is (177,152,218). Sum of RGB (Red+Green+Blue) = 177+152+218=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B198DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198DA is #4E6725. Grayscale: #A6A6A6. Windows color (decimal): -5138214 or 14325937. OLE color: 14325937.

HSL color Cylindrical-coordinate representation of color #B198DA: hue angle of 262.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B198DA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177152218-
CMYK0.190.3000.15
HSL262.73º47.14%72.55%-
HSV(B)262.73º30.28%85.49%-
XYZ42.0136.8771.23-
YUV167156.78135.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=32.36%
G=27.79%
B=39.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771522180.190.3000.15262.7347.1472.55
HexB198DA131E0F1072f49
Octal261230332233601740757111
Binary1011000110011000110110101001111110011111000001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198DA; }

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

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

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

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

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

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

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

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