#B699DA

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

Shades of Biloba Flower #B699DA

Tints of Biloba Flower #B699DA

Color information

#B699DA (or 0xB699DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and DA. RGB value is (182,153,218). Sum of RGB (Red+Green+Blue) = 182+153+218=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B699DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DA is #496625. Grayscale: #A8A8A8. Windows color (decimal): -4810278 or 14326198. OLE color: 14326198.

HSL color Cylindrical-coordinate representation of color #B699DA: hue angle of 266.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B699DA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182153218-
CMYK0.170.3000.15
HSL266.77º46.76%72.75%-
HSV(B)266.77º29.82%85.49%-
XYZ43.3437.7971.34-
YUV169.08155.61137.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=32.91%
G=27.67%
B=39.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821532180.170.3000.15266.7746.7672.75
HexB699DA111E0F10b2f49
Octal266231332213601741357111
Binary1011011010011001110110101000111110011111000010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699DA; }

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

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

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

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

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

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

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

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