#B97DED

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

Shades of Biloba Flower #B97DED

Tints of Biloba Flower #B97DED

Color information

#B97DED (or 0xB97DED) is unknown color: approx Biloba Flower. HEX triplet: B9, 7D and ED. RGB value is (185,125,237). Sum of RGB (Red+Green+Blue) = 185+125+237=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B97DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97DED is #468212. Grayscale: #9B9B9B. Windows color (decimal): -4620819 or 15564217. OLE color: 15564217.

HSL color Cylindrical-coordinate representation of color #B97DED: hue angle of 272.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B97DED is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185125237-
CMYK0.220.4700.07
HSL272.14º75.68%70.98%-
HSV(B)272.14º47.26%92.94%-
XYZ42.6331.183.88-
YUV155.71173.88148.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=33.82%
G=22.85%
B=43.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851252370.220.4700.07272.1475.6870.98
HexB97DED162F071104c47
Octal271175355265707420114107
Binary1011100111111011110110110110101111011110001000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DED; }

 p { color: rgb(185,125,237); }

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

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

 a { background-color: rgb(185,125,237); }

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

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

 span { border-color: rgb(185,125,237); }

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