#B998DA

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

Shades of Biloba Flower #B998DA

Tints of Biloba Flower #B998DA

Color information

#B998DA (or 0xB998DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 98 and DA. RGB value is (185,152,218). Sum of RGB (Red+Green+Blue) = 185+152+218=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #B998DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998DA is #466725. Grayscale: #A9A9A9. Windows color (decimal): -4613926 or 14325945. OLE color: 14325945.

HSL color Cylindrical-coordinate representation of color #B998DA: hue angle of 270º 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 #B998DA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185152218-
CMYK0.150.3000.15
HSL270º47.14%72.55%-
HSV(B)270º30.28%85.49%-
XYZ43.8937.8371.32-
YUV169.39155.43139.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=33.33%
G=27.39%
B=39.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851522180.150.3000.1527047.1472.55
HexB998DAF1E0F10e2f49
Octal271230332173601741657111
Binary101110011001100011011010111111110011111000011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998DA; }

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

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

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

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

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

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

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

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