#B093CC

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

Shades of Biloba Flower #B093CC

Tints of Biloba Flower #B093CC

Color information

#B093CC (or 0xB093CC) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and CC. RGB value is (176,147,204). Sum of RGB (Red+Green+Blue) = 176+147+204=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B093CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093CC is #4F6C33. Grayscale: #A1A1A1. Windows color (decimal): -5205044 or 13407152. OLE color: 13407152.

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

Color convert

RGB176147204-
CMYK0.140.2800.2
HSL270.53º35.85%68.82%-
HSV(B)270.53º27.94%80%-
XYZ39.2434.4661.71-
YUV162.17151.61137.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=33.40%
G=27.89%
B=38.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761472040.140.2800.2270.5335.8568.82
HexB093CCE1C01410f2445
Octal260223314163402441744105
Binary1011000010010011110011001110111000101001000011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093CC; }

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

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

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

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

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

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

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

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