#B093CF

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

Shades of Biloba Flower #B093CF

Tints of Biloba Flower #B093CF

Color information

#B093CF (or 0xB093CF) is unknown color: approx Biloba Flower. HEX triplet: B0, 93 and CF. RGB value is (176,147,207). Sum of RGB (Red+Green+Blue) = 176+147+207=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #B093CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093CF is #4F6C30. Grayscale: #A2A2A2. Windows color (decimal): -5205041 or 13603760. OLE color: 13603760.

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

Color convert

RGB176147207-
CMYK0.150.2900.19
HSL269º38.46%69.41%-
HSV(B)269º28.99%81.18%-
XYZ39.634.663.62-
YUV162.51153.11137.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=33.21%
G=27.74%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761472070.150.2900.1926938.4669.41
HexB093CFF1D01310d2645
Octal260223317173502341546105
Binary1011000010010011110011111111111010100111000011011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B093CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B093CF; }

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

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

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

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

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

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

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

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