#B091CC

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

Shades of Biloba Flower #B091CC

Tints of Biloba Flower #B091CC

Color information

#B091CC (or 0xB091CC) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and CC. RGB value is (176,145,204). Sum of RGB (Red+Green+Blue) = 176+145+204=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #B091CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CC is #4F6E33. Grayscale: #A0A0A0. Windows color (decimal): -5205556 or 13406640. OLE color: 13406640.

HSL color Cylindrical-coordinate representation of color #B091CC: hue angle of 271.53º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B091CC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176145204-
CMYK0.140.2900.2
HSL271.53º36.65%68.43%-
HSV(B)271.53º28.92%80%-
XYZ38.9333.8461.61-
YUV160.99152.27138.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=33.52%
G=27.62%
B=38.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761452040.140.2900.2271.5336.6568.43
HexB091CCE1D0141102544
Octal260221314163502442045104
Binary1011000010010001110011001110111010101001000100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091CC; }

 p { color: rgb(176,145,204); }

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

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

 a { background-color: rgb(176,145,204); }

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

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

 span { border-color: rgb(176,145,204); }

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