#B797CD

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

Shades of Biloba Flower #B797CD

Tints of Biloba Flower #B797CD

Color information

#B797CD (or 0xB797CD) is unknown color: approx Biloba Flower. HEX triplet: B7, 97 and CD. RGB value is (183,151,205). Sum of RGB (Red+Green+Blue) = 183+151+205=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B797CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B797CD is #486832. Grayscale: #A6A6A6. Windows color (decimal): -4745267 or 13473719. OLE color: 13473719.

HSL color Cylindrical-coordinate representation of color #B797CD: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B797CD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183151205-
CMYK0.110.2600.20
HSL275.56º35.06%69.8%-
HSV(B)275.56º26.34%80.39%-
XYZ41.6136.6162.63-
YUV166.72149.6139.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.95%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=33.95%
G=28.01%
B=38.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831512050.110.2600.20275.5635.0669.8
HexB797CDB1A0141142346
Octal267227315133202442443106
Binary1011011110010111110011011011110100101001000101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B797CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B797CD; }

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

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

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

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

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

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

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

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