#B095CC

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

Shades of Biloba Flower #B095CC

Tints of Biloba Flower #B095CC

Color information

#B095CC (or 0xB095CC) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and CC. RGB value is (176,149,204). Sum of RGB (Red+Green+Blue) = 176+149+204=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 149 (58.59% from 255 or 28.17% 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 #B095CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095CC is #4F6A33. Grayscale: #A3A3A3. Windows color (decimal): -5204532 or 13407664. OLE color: 13407664.

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

Color convert

RGB176149204-
CMYK0.140.2700.2
HSL269.45º35.03%69.22%-
HSV(B)269.45º26.96%80%-
XYZ39.5535.0861.81-
YUV163.34150.95137.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=33.27%
G=28.17%
B=38.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761492040.140.2700.2269.4535.0369.22
HexB095CCE1B01410d2345
Octal260225314163302441543105
Binary1011000010010101110011001110110110101001000011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095CC; }

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

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

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

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

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

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

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

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