#B090CC

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

Shades of Biloba Flower #B090CC

Tints of Biloba Flower #B090CC

Color information

#B090CC (or 0xB090CC) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and CC. RGB value is (176,144,204). Sum of RGB (Red+Green+Blue) = 176+144+204=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B090CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090CC is #4F6F33. Grayscale: #A0A0A0. Windows color (decimal): -5205812 or 13406384. OLE color: 13406384.

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

Color convert

RGB176144204-
CMYK0.140.2900.2
HSL272º37.04%68.24%-
HSV(B)272º29.41%80%-
XYZ38.7833.5461.56-
YUV160.41152.6139.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=33.59%
G=27.48%
B=38.93%

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
Decimal1761442040.140.2900.227237.0468.24
HexB090CCE1D0141102544
Octal260220314163502442045104
Binary1011000010010000110011001110111010101001000100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090CC; }

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

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

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

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

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

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

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

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