#B689DA

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

Shades of Biloba Flower #B689DA

Tints of Biloba Flower #B689DA

Color information

#B689DA (or 0xB689DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and DA. RGB value is (182,137,218). Sum of RGB (Red+Green+Blue) = 182+137+218=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B689DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689DA is #497625. Grayscale: #9F9F9F. Windows color (decimal): -4814374 or 14322102. OLE color: 14322102.

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

Color convert

RGB182137218-
CMYK0.170.3700.15
HSL273.33º52.26%69.61%-
HSV(B)273.33º37.16%85.49%-
XYZ40.8932.970.52-
YUV159.69160.91143.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=33.89%
G=25.51%
B=40.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821372180.170.3700.15273.3352.2669.61
HexB689DA11250F1113446
Octal266211332214501742164106
Binary10110110100010011101101010001100101011111000100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689DA; }

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

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

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

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

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

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

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

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