#B797DA

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

Shades of Biloba Flower #B797DA

Tints of Biloba Flower #B797DA

Color information

#B797DA (or 0xB797DA) is unknown color: approx Biloba Flower. HEX triplet: B7, 97 and DA. RGB value is (183,151,218). Sum of RGB (Red+Green+Blue) = 183+151+218=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B797DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797DA is #486825. Grayscale: #A7A7A7. Windows color (decimal): -4745254 or 14325687. OLE color: 14325687.

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

Color convert

RGB183151218-
CMYK0.160.3100.15
HSL268.66º47.52%72.35%-
HSV(B)268.66º30.73%85.49%-
XYZ43.2537.2671.24-
YUV168.21156.1138.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=33.15%
G=27.36%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831512180.160.3100.15268.6647.5272.35
HexB797DA101F0F10d3048
Octal267227332203701741560110
Binary1011011110010111110110101000011111011111000011011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B797DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B797DA; }

 p { color: rgb(183,151,218); }

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

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

 a { background-color: rgb(183,151,218); }

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

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

 span { border-color: rgb(183,151,218); }

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