#B992DC

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

Shades of Biloba Flower #B992DC

Tints of Biloba Flower #B992DC

Color information

#B992DC (or 0xB992DC) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and DC. RGB value is (185,146,220). Sum of RGB (Red+Green+Blue) = 185+146+220=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B992DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DC is #466D23. Grayscale: #A5A5A5. Windows color (decimal): -4615460 or 14455481. OLE color: 14455481.

HSL color Cylindrical-coordinate representation of color #B992DC: hue angle of 271.62º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B992DC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185146220-
CMYK0.160.3400.14
HSL271.62º51.39%71.76%-
HSV(B)271.62º33.64%86.27%-
XYZ43.236.0472.39-
YUV166.1158.42141.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=33.58%
G=26.50%
B=39.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851462200.160.3400.14271.6251.3971.76
HexB992DC10220E1103348
Octal271222334204201642063110
Binary10111001100100101101110010000100010011101000100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992DC; }

 p { color: rgb(185,146,220); }

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

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

 a { background-color: rgb(185,146,220); }

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

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

 span { border-color: rgb(185,146,220); }

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