#b198ff

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

Shades of Biloba Flower #B198FF

Tints of Biloba Flower #B198FF

Color information

#B198FF (or 0xB198FF) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and FF. RGB value is (177,152,255). Sum of RGB (Red+Green+Blue) = 177+152+255=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B198FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198FF is #4E6700. Grayscale: #AAAAAA. Windows color (decimal): -5138177 or 16750769. OLE color: 16750769.

HSL color Cylindrical-coordinate representation of color #B198FF: hue angle of 254.56º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B198FF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177152255-
CMYK0.310.4000
HSL254.56º100%79.8%-
HSV(B)254.56º40.39%100%-
XYZ47.4139.0299.64-
YUV171.22175.28132.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 152 (59.77% from 255) = 26.03%
BLUE value IS 255 (100% from 255) = 43.66%
R=30.31%
G=26.03%
B=43.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771522550.310.4000254.5610079.8
HexB198FF1F2800ff6450
Octal261230377375000377144120
Binary10110001100110001111111111111101000001111111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b198ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b198ff; }

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

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

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

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

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

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

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

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