#B394CC

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

Shades of Biloba Flower #B394CC

Tints of Biloba Flower #B394CC

Color information

#B394CC (or 0xB394CC) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and CC. RGB value is (179,148,204). Sum of RGB (Red+Green+Blue) = 179+148+204=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #B394CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394CC is #4C6B33. Grayscale: #A3A3A3. Windows color (decimal): -5008180 or 13407411. OLE color: 13407411.

HSL color Cylindrical-coordinate representation of color #B394CC: hue angle of 273.21º 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 #B394CC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179148204-
CMYK0.120.2700.2
HSL273.21º35.44%69.02%-
HSV(B)273.21º27.45%80%-
XYZ40.0835.1261.79-
YUV163.65150.77138.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.71%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=33.71%
G=27.87%
B=38.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791482040.120.2700.2273.2135.4469.02
HexB394CCC1B0141112345
Octal263224314143302442143105
Binary1011001110010100110011001100110110101001000100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394CC; }

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

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

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

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

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

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

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

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