#B194CD

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

Shades of Biloba Flower #B194CD

Tints of Biloba Flower #B194CD

Color information

#B194CD (or 0xB194CD) is unknown color: approx Biloba Flower. HEX triplet: B1, 94 and CD. RGB value is (177,148,205). Sum of RGB (Red+Green+Blue) = 177+148+205=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B194CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194CD is #4E6B32. Grayscale: #A2A2A2. Windows color (decimal): -5139251 or 13472945. OLE color: 13472945.

HSL color Cylindrical-coordinate representation of color #B194CD: hue angle of 270.53º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B194CD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177148205-
CMYK0.140.2800.20
HSL270.53º36.31%69.22%-
HSV(B)270.53º27.8%80.39%-
XYZ39.7434.9362.41-
YUV163.17151.61137.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=33.40%
G=27.92%
B=38.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771482050.140.2800.20270.5336.3169.22
HexB194CDE1C01410f2445
Octal261224315163402441744105
Binary1011000110010100110011011110111000101001000011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194CD; }

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

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

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

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

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

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

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

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