#B394CD

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

Shades of Biloba Flower #B394CD

Tints of Biloba Flower #B394CD

Color information

#B394CD (or 0xB394CD) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and CD. RGB value is (179,148,205). Sum of RGB (Red+Green+Blue) = 179+148+205=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #B394CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394CD is #4C6B32. Grayscale: #A3A3A3. Windows color (decimal): -5008179 or 13472947. OLE color: 13472947.

HSL color Cylindrical-coordinate representation of color #B394CD: hue angle of 272.63º 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 #B394CD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179148205-
CMYK0.130.2800.20
HSL272.63º36.31%69.22%-
HSV(B)272.63º27.8%80.39%-
XYZ40.235.1762.43-
YUV163.77151.27138.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=33.65%
G=27.82%
B=38.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791482050.130.2800.20272.6336.3169.22
HexB394CDD1C0141112445
Octal263224315153402442144105
Binary1011001110010100110011011101111000101001000100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394CD; }

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

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

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

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

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

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

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

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