#B198D9

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

Shades of Biloba Flower #B198D9

Tints of Biloba Flower #B198D9

Color information

#B198D9 (or 0xB198D9) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and D9. RGB value is (177,152,217). Sum of RGB (Red+Green+Blue) = 177+152+217=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #B198D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198D9 is #4E6726. Grayscale: #A6A6A6. Windows color (decimal): -5138215 or 14260401. OLE color: 14260401.

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

Color convert

RGB177152217-
CMYK0.180.3000.15
HSL263.08º46.1%72.35%-
HSV(B)263.08º29.95%85.1%-
XYZ41.8836.8170.54-
YUV166.88156.28135.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=32.42%
G=27.84%
B=39.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771522170.180.3000.15263.0846.172.35
HexB198D9121E0F1072e48
Octal261230331223601740756110
Binary1011000110011000110110011001011110011111000001111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198D9; }

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

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

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

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

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

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

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

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