#B19CC9

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

Shades of Biloba Flower #B19CC9

Tints of Biloba Flower #B19CC9

Color information

#B19CC9 (or 0xB19CC9) is unknown color: approx Biloba Flower. HEX triplet: B1, 9C and C9. RGB value is (177,156,201). Sum of RGB (Red+Green+Blue) = 177+156+201=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #B19CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CC9 is #4E6336. Grayscale: #A7A7A7. Windows color (decimal): -5137207 or 13212849. OLE color: 13212849.

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

Color convert

RGB177156201-
CMYK0.120.2200.21
HSL268º29.41%70%-
HSV(B)268º22.39%78.82%-
XYZ40.5637.3460.33-
YUV167.41146.96134.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=33.15%
G=29.21%
B=37.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771562010.120.2200.2126829.4170
HexB19CC9C1601510c1d46
Octal261234311142602541435106
Binary101100011001110011001001110010110010101100001100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CC9; }

 p { color: rgb(177,156,201); }

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

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

 a { background-color: rgb(177,156,201); }

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

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

 span { border-color: rgb(177,156,201); }

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