#B095CA

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

Shades of Biloba Flower #B095CA

Tints of Biloba Flower #B095CA

Color information

#B095CA (or 0xB095CA) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and CA. RGB value is (176,149,202). Sum of RGB (Red+Green+Blue) = 176+149+202=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B095CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095CA is #4F6A35. Grayscale: #A2A2A2. Windows color (decimal): -5204534 or 13276592. OLE color: 13276592.

HSL color Cylindrical-coordinate representation of color #B095CA: hue angle of 270.57º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B095CA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176149202-
CMYK0.130.2600.21
HSL270.57º33.33%68.82%-
HSV(B)270.57º26.24%79.22%-
XYZ39.3134.9960.56-
YUV163.11149.95137.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=33.40%
G=28.27%
B=38.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761492020.130.2600.21270.5733.3368.82
HexB095CAD1A01510f2145
Octal260225312153202541741105
Binary1011000010010101110010101101110100101011000011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095CA; }

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

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

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

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

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

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

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

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