#b693ce

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

Shades of Biloba Flower #B693CE

Tints of Biloba Flower #B693CE

Color information

#B693CE (or 0xB693CE) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and CE. RGB value is (182,147,206). Sum of RGB (Red+Green+Blue) = 182+147+206=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B693CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693CE is #496C31. Grayscale: #A3A3A3. Windows color (decimal): -4811826 or 13538230. OLE color: 13538230.

HSL color Cylindrical-coordinate representation of color #B693CE: hue angle of 275.59º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B693CE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182147206-
CMYK0.120.2900.19
HSL275.59º37.58%69.22%-
HSV(B)275.59º28.64%80.78%-
XYZ40.8735.2763.05-
YUV164.19151.6140.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=34.02%
G=27.48%
B=38.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821472060.120.2900.19275.5937.5869.22
HexB693CEC1D0131142645
Octal266223316143502342446105
Binary1011011010010011110011101100111010100111000101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b693ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b693ce; }

 p { color: rgb(182,147,206); }

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

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

 a { background-color: rgb(182,147,206); }

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

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

 span { border-color: rgb(182,147,206); }

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