#B699D7

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

Shades of Biloba Flower #B699D7

Tints of Biloba Flower #B699D7

Color information

#B699D7 (or 0xB699D7) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and D7. RGB value is (182,153,215). Sum of RGB (Red+Green+Blue) = 182+153+215=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #B699D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D7 is #496628. Grayscale: #A8A8A8. Windows color (decimal): -4810281 or 14129590. OLE color: 14129590.

HSL color Cylindrical-coordinate representation of color #B699D7: hue angle of 268.06º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B699D7 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182153215-
CMYK0.150.2900.16
HSL268.06º43.66%72.16%-
HSV(B)268.06º28.84%84.31%-
XYZ42.9537.6369.29-
YUV168.74154.11137.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=33.09%
G=27.82%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821532150.150.2900.16268.0643.6672.16
HexB699D7F1D01010c2c48
Octal266231327173502041454110
Binary1011011010011001110101111111111010100001000011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699D7; }

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

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

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

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

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

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

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

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