#B688DB

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

Shades of Biloba Flower #B688DB

Tints of Biloba Flower #B688DB

Color information

#B688DB (or 0xB688DB) is unknown color: approx Biloba Flower. HEX triplet: B6, 88 and DB. RGB value is (182,136,219). Sum of RGB (Red+Green+Blue) = 182+136+219=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B688DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688DB is #497724. Grayscale: #9E9E9E. Windows color (decimal): -4814629 or 14387382. OLE color: 14387382.

HSL color Cylindrical-coordinate representation of color #B688DB: hue angle of 273.25º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B688DB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182136219-
CMYK0.170.3800.14
HSL273.25º53.55%69.61%-
HSV(B)273.25º37.9%85.88%-
XYZ40.8832.6771.17-
YUV159.22161.74144.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=33.89%
G=25.33%
B=40.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821362190.170.3800.14273.2553.5569.61
HexB688DB11260E1113646
Octal266210333214601642166106
Binary10110110100010001101101110001100110011101000100011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688DB; }

 p { color: rgb(182,136,219); }

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

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

 a { background-color: rgb(182,136,219); }

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

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

 span { border-color: rgb(182,136,219); }

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