#B091CD

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

Shades of Biloba Flower #B091CD

Tints of Biloba Flower #B091CD

Color information

#B091CD (or 0xB091CD) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and CD. RGB value is (176,145,205). Sum of RGB (Red+Green+Blue) = 176+145+205=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #B091CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CD is #4F6E32. Grayscale: #A0A0A0. Windows color (decimal): -5205555 or 13472176. OLE color: 13472176.

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

Color convert

RGB176145205-
CMYK0.140.2900.20
HSL271º37.5%68.63%-
HSV(B)271º29.27%80.39%-
XYZ39.0533.8962.24-
YUV161.11152.77138.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=33.46%
G=27.57%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761452050.140.2900.2027137.568.63
HexB091CDE1D01410f2545
Octal260221315163502441745105
Binary1011000010010001110011011110111010101001000011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091CD; }

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

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

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

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

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

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

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

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