#B892DC

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

Shades of Biloba Flower #B892DC

Tints of Biloba Flower #B892DC

Color information

#B892DC (or 0xB892DC) is unknown color: approx Biloba Flower. HEX triplet: B8, 92 and DC. RGB value is (184,146,220). Sum of RGB (Red+Green+Blue) = 184+146+220=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B892DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892DC is #476D23. Grayscale: #A5A5A5. Windows color (decimal): -4680996 or 14455480. OLE color: 14455480.

HSL color Cylindrical-coordinate representation of color #B892DC: hue angle of 270.81º 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 #B892DC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184146220-
CMYK0.160.3400.14
HSL270.81º51.39%71.76%-
HSV(B)270.81º33.64%86.27%-
XYZ42.9635.9272.38-
YUV165.8158.59140.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 146 (57.42% from 255) = 26.55%
BLUE value IS 220 (86.33% from 255) = 40%
R=33.45%
G=26.55%
B=40%

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
Decimal1841462200.160.3400.14270.8151.3971.76
HexB892DC10220E10f3348
Octal270222334204201641763110
Binary10111000100100101101110010000100010011101000011111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892DC; }

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

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

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

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

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

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

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

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