#B293CC

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

Shades of Biloba Flower #B293CC

Tints of Biloba Flower #B293CC

Color information

#B293CC (or 0xB293CC) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and CC. RGB value is (178,147,204). Sum of RGB (Red+Green+Blue) = 178+147+204=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B293CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CC is #4D6C33. Grayscale: #A2A2A2. Windows color (decimal): -5073972 or 13407154. OLE color: 13407154.

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

Color convert

RGB178147204-
CMYK0.130.2800.2
HSL272.63º35.85%68.82%-
HSV(B)272.63º27.94%80%-
XYZ39.6934.6961.73-
YUV162.77151.27138.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=33.65%
G=27.79%
B=38.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781472040.130.2800.2272.6335.8568.82
HexB293CCD1C0141112445
Octal262223314153402442144105
Binary1011001010010011110011001101111000101001000100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293CC; }

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

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

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

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

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

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

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

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