#B195CA

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

Shades of Biloba Flower #B195CA

Tints of Biloba Flower #B195CA

Color information

#B195CA (or 0xB195CA) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and CA. RGB value is (177,149,202). Sum of RGB (Red+Green+Blue) = 177+149+202=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #B195CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195CA is #4E6A35. Grayscale: #A3A3A3. Windows color (decimal): -5138998 or 13276593. OLE color: 13276593.

HSL color Cylindrical-coordinate representation of color #B195CA: hue angle of 271.7º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B195CA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177149202-
CMYK0.120.2600.21
HSL271.7º33.33%68.82%-
HSV(B)271.7º26.24%79.22%-
XYZ39.5435.1160.57-
YUV163.41149.78137.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=33.52%
G=28.22%
B=38.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771492020.120.2600.21271.733.3368.82
HexB195CAC1A0151102145
Octal261225312143202542041105
Binary1011000110010101110010101100110100101011000100001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195CA; }

 p { color: rgb(177,149,202); }

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

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

 a { background-color: rgb(177,149,202); }

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

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

 span { border-color: rgb(177,149,202); }

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