#B296D7

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

Shades of Biloba Flower #B296D7

Tints of Biloba Flower #B296D7

Color information

#B296D7 (or 0xB296D7) is unknown color: approx Biloba Flower. HEX triplet: B2, 96 and D7. RGB value is (178,150,215). Sum of RGB (Red+Green+Blue) = 178+150+215=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #B296D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296D7 is #4D6928. Grayscale: #A5A5A5. Windows color (decimal): -5073193 or 14128818. OLE color: 14128818.

HSL color Cylindrical-coordinate representation of color #B296D7: hue angle of 265.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B296D7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178150215-
CMYK0.170.3000.16
HSL265.85º44.83%71.57%-
HSV(B)265.85º30.23%84.31%-
XYZ41.5336.1869.09-
YUV165.78155.78136.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=32.78%
G=27.62%
B=39.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781502150.170.3000.16265.8544.8371.57
HexB296D7111E01010a2d48
Octal262226327213602041255110
Binary10110010100101101101011110001111100100001000010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296D7; }

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

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

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

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

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

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

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

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