#B196ED

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

Shades of Biloba Flower #B196ED

Tints of Biloba Flower #B196ED

Color information

#B196ED (or 0xB196ED) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and ED. RGB value is (177,150,237). Sum of RGB (Red+Green+Blue) = 177+150+237=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B196ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196ED is #4E6912. Grayscale: #A7A7A7. Windows color (decimal): -5138707 or 15570609. OLE color: 15570609.

HSL color Cylindrical-coordinate representation of color #B196ED: hue angle of 258.62º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B196ED is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177150237-
CMYK0.250.3700.07
HSL258.62º70.73%75.88%-
HSV(B)258.62º36.71%92.94%-
XYZ44.3237.2784.98-
YUV167.99166.95134.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 150 (58.98% from 255) = 26.60%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=31.38%
G=26.60%
B=42.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771502370.250.3700.07258.6270.7375.88
HexB196ED192507103474c
Octal261226355314507403107114
Binary10110001100101101110110111001100101011110000001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196ED; }

 p { color: rgb(177,150,237); }

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

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

 a { background-color: rgb(177,150,237); }

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

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

 span { border-color: rgb(177,150,237); }

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