#b299d9

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

Shades of Biloba Flower #B299D9

Tints of Biloba Flower #B299D9

Color information

#B299D9 (or 0xB299D9) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and D9. RGB value is (178,153,217). Sum of RGB (Red+Green+Blue) = 178+153+217=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #B299D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299D9 is #4D6626. Grayscale: #A7A7A7. Windows color (decimal): -5072423 or 14260658. OLE color: 14260658.

HSL color Cylindrical-coordinate representation of color #B299D9: hue angle of 263.44º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B299D9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178153217-
CMYK0.180.2900.15
HSL263.44º45.71%72.55%-
HSV(B)263.44º29.49%85.1%-
XYZ42.2837.2670.61-
YUV167.77155.78135.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=32.48%
G=27.92%
B=39.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781532170.180.2900.15263.4445.7172.55
HexB299D9121D0F1072e49
Octal262231331223501740756111
Binary1011001010011001110110011001011101011111000001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b299d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b299d9; }

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

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

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

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

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

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

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

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