#B096CC

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

Shades of Biloba Flower #B096CC

Tints of Biloba Flower #B096CC

Color information

#B096CC (or 0xB096CC) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and CC. RGB value is (176,150,204). Sum of RGB (Red+Green+Blue) = 176+150+204=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #B096CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096CC is #4F6933. Grayscale: #A3A3A3. Windows color (decimal): -5204276 or 13407920. OLE color: 13407920.

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

Color convert

RGB176150204-
CMYK0.140.2600.2
HSL268.89º34.62%69.41%-
HSV(B)268.89º26.47%80%-
XYZ39.7135.461.87-
YUV163.93150.61136.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=33.21%
G=28.30%
B=38.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761502040.140.2600.2268.8934.6269.41
HexB096CCE1A01410d2345
Octal260226314163202441543105
Binary1011000010010110110011001110110100101001000011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096CC; }

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

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

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

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

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

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

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

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