#B195CC

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

Shades of Biloba Flower #B195CC

Tints of Biloba Flower #B195CC

Color information

#B195CC (or 0xB195CC) is unknown color: approx Biloba Flower. HEX triplet: B1, 95 and CC. RGB value is (177,149,204). Sum of RGB (Red+Green+Blue) = 177+149+204=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B195CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195CC is #4E6A33. Grayscale: #A3A3A3. Windows color (decimal): -5138996 or 13407665. OLE color: 13407665.

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

Color convert

RGB177149204-
CMYK0.130.2700.2
HSL270.55º35.03%69.22%-
HSV(B)270.55º26.96%80%-
XYZ39.7835.261.82-
YUV163.64150.78137.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=33.40%
G=28.11%
B=38.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771492040.130.2700.2270.5535.0369.22
HexB195CCD1B01410f2345
Octal261225314153302441743105
Binary1011000110010101110011001101110110101001000011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B195CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B195CC; }

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

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

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

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

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

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

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

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