#B688DA

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

Shades of Biloba Flower #B688DA

Tints of Biloba Flower #B688DA

Color information

#B688DA (or 0xB688DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 88 and DA. RGB value is (182,136,218). Sum of RGB (Red+Green+Blue) = 182+136+218=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B688DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688DA is #497725. Grayscale: #9E9E9E. Windows color (decimal): -4814630 or 14321846. OLE color: 14321846.

HSL color Cylindrical-coordinate representation of color #B688DA: hue angle of 273.66º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B688DA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182136218-
CMYK0.170.3800.15
HSL273.66º52.56%69.41%-
HSV(B)273.66º37.61%85.49%-
XYZ40.7532.6270.48-
YUV159.1161.24144.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=33.96%
G=25.37%
B=40.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821362180.170.3800.15273.6652.5669.41
HexB688DA11260F1123545
Octal266210332214601742265105
Binary10110110100010001101101010001100110011111000100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688DA; }

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

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

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

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

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

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

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

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