#B699D1

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

Shades of Biloba Flower #B699D1

Tints of Biloba Flower #B699D1

Color information

#B699D1 (or 0xB699D1) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and D1. RGB value is (182,153,209). Sum of RGB (Red+Green+Blue) = 182+153+209=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #B699D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D1 is #49662E. Grayscale: #A7A7A7. Windows color (decimal): -4810287 or 13736374. OLE color: 13736374.

HSL color Cylindrical-coordinate representation of color #B699D1: hue angle of 271.07º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B699D1 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182153209-
CMYK0.130.2700.18
HSL271.07º37.84%70.98%-
HSV(B)271.07º26.79%81.96%-
XYZ42.1937.3365.3-
YUV168.05151.11137.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=33.46%
G=28.12%
B=38.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821532090.130.2700.18271.0737.8470.98
HexB699D1D1B01210f2647
Octal266231321153302241746107
Binary1011011010011001110100011101110110100101000011111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699D1; }

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

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

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

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

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

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

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

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