#B095CD

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

Shades of Biloba Flower #B095CD

Tints of Biloba Flower #B095CD

Color information

#B095CD (or 0xB095CD) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and CD. RGB value is (176,149,205). Sum of RGB (Red+Green+Blue) = 176+149+205=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B095CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095CD is #4F6A32. Grayscale: #A3A3A3. Windows color (decimal): -5204531 or 13473200. OLE color: 13473200.

HSL color Cylindrical-coordinate representation of color #B095CD: hue angle of 268.93º degrees, saturation: 0.36, 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 #B095CD is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176149205-
CMYK0.140.2700.20
HSL268.93º35.9%69.41%-
HSV(B)268.93º27.32%80.39%-
XYZ39.6735.1362.45-
YUV163.46151.45136.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=33.21%
G=28.11%
B=38.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761492050.140.2700.20268.9335.969.41
HexB095CDE1B01410d2445
Octal260225315163302441544105
Binary1011000010010101110011011110110110101001000011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095CD; }

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

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

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

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

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

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

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

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