#B195EE

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

Shades of Biloba Flower #B195EE

Tints of Biloba Flower #B195EE

Color information

#B195EE (or 0xB195EE) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and EE. RGB value is (177,149,238). Sum of RGB (Red+Green+Blue) = 177+149+238=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #B195EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195EE is #4E6A11. Grayscale: #A7A7A7. Windows color (decimal): -5138962 or 15635889. OLE color: 15635889.

HSL color Cylindrical-coordinate representation of color #B195EE: hue angle of 258.88º degrees, saturation: 0.72, 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 #B195EE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177149238-
CMYK0.260.3700.07
HSL258.88º72.36%75.88%-
HSV(B)258.88º37.39%93.33%-
XYZ44.3137.0285.7-
YUV167.52167.78134.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=31.38%
G=26.42%
B=42.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771492380.260.3700.07258.8872.3675.88
HexB195EE1A2507103484c
Octal261225356324507403110114
Binary10110001100101011110111011010100101011110000001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195EE; }

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

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

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

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

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

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

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

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