#B196CD

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

Shades of Biloba Flower #B196CD

Tints of Biloba Flower #B196CD

Color information

#B196CD (or 0xB196CD) is unknown color: approx Biloba Flower. HEX triplet: B1, 96 and CD. RGB value is (177,150,205). Sum of RGB (Red+Green+Blue) = 177+150+205=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #B196CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B196CD is #4E6932. Grayscale: #A4A4A4. Windows color (decimal): -5138739 or 13473457. OLE color: 13473457.

HSL color Cylindrical-coordinate representation of color #B196CD: hue angle of 269.45º 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 #B196CD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177150205-
CMYK0.140.2700.20
HSL269.45º35.48%69.61%-
HSV(B)269.45º26.83%80.39%-
XYZ40.0635.5762.51-
YUV164.34150.95137.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=33.27%
G=28.20%
B=38.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771502050.140.2700.20269.4535.4869.61
HexB196CDE1B01410d2346
Octal261226315163302441543106
Binary1011000110010110110011011110110110101001000011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196CD; }

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

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

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

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

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

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

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

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