#B091CB

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

Shades of Biloba Flower #B091CB

Tints of Biloba Flower #B091CB

Color information

#B091CB (or 0xB091CB) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and CB. RGB value is (176,145,203). Sum of RGB (Red+Green+Blue) = 176+145+203=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #B091CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CB is #4F6E34. Grayscale: #A0A0A0. Windows color (decimal): -5205557 or 13341104. OLE color: 13341104.

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

Color convert

RGB176145203-
CMYK0.130.2900.20
HSL272.07º35.8%68.24%-
HSV(B)272.07º28.57%79.61%-
XYZ38.8133.7960.98-
YUV160.88151.77138.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=33.59%
G=27.67%
B=38.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761452030.130.2900.20272.0735.868.24
HexB091CBD1D0141102444
Octal260221313153502442044104
Binary1011000010010001110010111101111010101001000100001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091CB; }

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

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

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

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

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

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

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

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