#B696CD

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

Shades of Biloba Flower #B696CD

Tints of Biloba Flower #B696CD

Color information

#B696CD (or 0xB696CD) is unknown color: approx Biloba Flower. HEX triplet: B6, 96 and CD. RGB value is (182,150,205). Sum of RGB (Red+Green+Blue) = 182+150+205=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #B696CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696CD is #496932. Grayscale: #A5A5A5. Windows color (decimal): -4811059 or 13473462. OLE color: 13473462.

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

Color convert

RGB182150205-
CMYK0.110.2700.20
HSL274.91º35.48%69.61%-
HSV(B)274.91º26.83%80.39%-
XYZ41.2236.1762.57-
YUV165.84150.1139.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=33.89%
G=27.93%
B=38.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821502050.110.2700.20274.9135.4869.61
HexB696CDB1B0141132346
Octal266226315133302442343106
Binary1011011010010110110011011011110110101001000100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B696CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B696CD; }

 p { color: rgb(182,150,205); }

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

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

 a { background-color: rgb(182,150,205); }

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

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

 span { border-color: rgb(182,150,205); }

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