#B296CD

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

Shades of Biloba Flower #B296CD

Tints of Biloba Flower #B296CD

Color information

#B296CD (or 0xB296CD) is unknown color: approx Biloba Flower. HEX triplet: B2, 96 and CD. RGB value is (178,150,205). Sum of RGB (Red+Green+Blue) = 178+150+205=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #B296CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296CD is #4D6932. Grayscale: #A4A4A4. Windows color (decimal): -5073203 or 13473458. OLE color: 13473458.

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

Color convert

RGB178150205-
CMYK0.130.2700.20
HSL270.55º35.48%69.61%-
HSV(B)270.55º26.83%80.39%-
XYZ40.2935.6962.52-
YUV164.64150.78137.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=33.40%
G=28.14%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781502050.130.2700.20270.5535.4869.61
HexB296CDD1B01410f2346
Octal262226315153302441743106
Binary1011001010010110110011011101110110101001000011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296CD; }

 p { color: rgb(178,150,205); }

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

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

 a { background-color: rgb(178,150,205); }

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

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

 span { border-color: rgb(178,150,205); }

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