#B18DED

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

Shades of Biloba Flower #B18DED

Tints of Biloba Flower #B18DED

Color information

#B18DED (or 0xB18DED) is unknown color: approx Biloba Flower. HEX triplet: B1, 8D and ED. RGB value is (177,141,237). Sum of RGB (Red+Green+Blue) = 177+141+237=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #B18DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DED is #4E7212. Grayscale: #A2A2A2. Windows color (decimal): -5141011 or 15568305. OLE color: 15568305.

HSL color Cylindrical-coordinate representation of color #B18DED: hue angle of 262.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18DED is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177141237-
CMYK0.250.4100.07
HSL262.5º72.73%74.12%-
HSV(B)262.5º40.51%92.94%-
XYZ42.9434.5184.52-
YUV162.71169.93138.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=31.89%
G=25.41%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771412370.250.4100.07262.572.7374.12
HexB18DED192907106494a
Octal261215355315107406111112
Binary10110001100011011110110111001101001011110000011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DED; }

 p { color: rgb(177,141,237); }

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

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

 a { background-color: rgb(177,141,237); }

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

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

 span { border-color: rgb(177,141,237); }

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