#B299DC

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

Shades of Biloba Flower #B299DC

Tints of Biloba Flower #B299DC

Color information

#B299DC (or 0xB299DC) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and DC. RGB value is (178,153,220). Sum of RGB (Red+Green+Blue) = 178+153+220=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 153 (60.16% from 255 or 27.77% 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 #B299DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299DC is #4D6623. Grayscale: #A7A7A7. Windows color (decimal): -5072420 or 14457266. OLE color: 14457266.

HSL color Cylindrical-coordinate representation of color #B299DC: hue angle of 262.39º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B299DC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178153220-
CMYK0.190.3000.14
HSL262.39º48.91%73.14%-
HSV(B)262.39º30.45%86.27%-
XYZ42.6737.4172.68-
YUV168.11157.28135.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=32.30%
G=27.77%
B=39.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781532200.190.3000.14262.3948.9173.14
HexB299DC131E0E1063149
Octal262231334233601640661111
Binary1011001010011001110111001001111110011101000001101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299DC; }

 p { color: rgb(178,153,220); }

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

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

 a { background-color: rgb(178,153,220); }

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

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

 span { border-color: rgb(178,153,220); }

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