#B090CE

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

Shades of Biloba Flower #B090CE

Tints of Biloba Flower #B090CE

Color information

#B090CE (or 0xB090CE) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and CE. RGB value is (176,144,206). Sum of RGB (Red+Green+Blue) = 176+144+206=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #B090CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B090CE is #4F6F31. Grayscale: #A0A0A0. Windows color (decimal): -5205810 or 13537456. OLE color: 13537456.

HSL color Cylindrical-coordinate representation of color #B090CE: hue angle of 270.97º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B090CE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176144206-
CMYK0.150.3000.19
HSL270.97º38.75%68.63%-
HSV(B)270.97º30.1%80.78%-
XYZ39.0233.6362.83-
YUV160.64153.6138.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.46%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=33.46%
G=27.38%
B=39.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761442060.150.3000.19270.9738.7568.63
HexB090CEF1E01310f2745
Octal260220316173602341747105
Binary1011000010010000110011101111111100100111000011111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090CE; }

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

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

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

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

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

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

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

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