#B990DC

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

Shades of Biloba Flower #B990DC

Tints of Biloba Flower #B990DC

Color information

#B990DC (or 0xB990DC) is unknown color: approx Biloba Flower. HEX triplet: B9, 90 and DC. RGB value is (185,144,220). Sum of RGB (Red+Green+Blue) = 185+144+220=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B990DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990DC is #466F23. Grayscale: #A4A4A4. Windows color (decimal): -4615972 or 14454969. OLE color: 14454969.

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

Color convert

RGB185144220-
CMYK0.160.3500.14
HSL272.37º52.05%71.37%-
HSV(B)272.37º34.55%86.27%-
XYZ42.935.4372.29-
YUV164.92159.08142.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=33.70%
G=26.23%
B=40.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851442200.160.3500.14272.3752.0571.37
HexB990DC10230E1103447
Octal271220334204301642064107
Binary10111001100100001101110010000100011011101000100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990DC; }

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

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

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

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

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

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

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

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