#B992D8

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

Shades of Biloba Flower #B992D8

Tints of Biloba Flower #B992D8

Color information

#B992D8 (or 0xB992D8) is unknown color: approx Biloba Flower. HEX triplet: B9, 92 and D8. RGB value is (185,146,216). Sum of RGB (Red+Green+Blue) = 185+146+216=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B992D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992D8 is #466D27. Grayscale: #A5A5A5. Windows color (decimal): -4615464 or 14193337. OLE color: 14193337.

HSL color Cylindrical-coordinate representation of color #B992D8: hue angle of 273.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B992D8 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185146216-
CMYK0.140.3200.15
HSL273.43º47.3%70.98%-
HSV(B)273.43º32.41%84.71%-
XYZ42.6835.8369.63-
YUV165.64156.42141.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=33.82%
G=26.69%
B=39.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851462160.140.3200.15273.4347.370.98
HexB992D8E200F1112f47
Octal271222330164001742157107
Binary1011100110010010110110001110100000011111000100011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B992D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B992D8; }

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

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

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

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

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

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

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

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