#B699DF

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

Shades of Biloba Flower #B699DF

Tints of Biloba Flower #B699DF

Color information

#B699DF (or 0xB699DF) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and DF. RGB value is (182,153,223). Sum of RGB (Red+Green+Blue) = 182+153+223=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B699DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DF is #496620. Grayscale: #A9A9A9. Windows color (decimal): -4810273 or 14653878. OLE color: 14653878.

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

Color convert

RGB182153223-
CMYK0.180.3100.13
HSL264.86º52.24%73.73%-
HSV(B)264.86º31.39%87.45%-
XYZ4438.0674.84-
YUV169.65158.11136.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 153 (60.16% from 255) = 27.42%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=32.62%
G=27.42%
B=39.96%

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
Decimal1821532230.180.3100.13264.8652.2473.73
HexB699DF121F0D109344a
Octal266231337223701541164112
Binary1011011010011001110111111001011111011011000010011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699DF; }

 p { color: rgb(182,153,223); }

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

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

 a { background-color: rgb(182,153,223); }

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

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

 span { border-color: rgb(182,153,223); }

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