#B698DD

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

Shades of Biloba Flower #B698DD

Tints of Biloba Flower #B698DD

Color information

#B698DD (or 0xB698DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 98 and DD. RGB value is (182,152,221). Sum of RGB (Red+Green+Blue) = 182+152+221=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B698DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698DD is #496722. Grayscale: #A8A8A8. Windows color (decimal): -4810531 or 14522550. OLE color: 14522550.

HSL color Cylindrical-coordinate representation of color #B698DD: hue angle of 266.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B698DD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182152221-
CMYK0.180.3100.13
HSL266.09º50.36%73.14%-
HSV(B)266.09º31.22%86.67%-
XYZ43.5737.6273.37-
YUV168.84157.44137.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=32.79%
G=27.39%
B=39.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821522210.180.3100.13266.0950.3673.14
HexB698DD121F0D10a3249
Octal266230335223701541262111
Binary1011011010011000110111011001011111011011000010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B698DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B698DD; }

 p { color: rgb(182,152,221); }

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

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

 a { background-color: rgb(182,152,221); }

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

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

 span { border-color: rgb(182,152,221); }

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