#B488ED

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

Shades of Biloba Flower #B488ED

Tints of Biloba Flower #B488ED

Color information

#B488ED (or 0xB488ED) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and ED. RGB value is (180,136,237). Sum of RGB (Red+Green+Blue) = 180+136+237=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B488ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488ED is #4B7712. Grayscale: #A0A0A0. Windows color (decimal): -4945683 or 15567028. OLE color: 15567028.

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

Color convert

RGB180136237-
CMYK0.240.4300.07
HSL266.14º73.72%73.14%-
HSV(B)266.14º42.62%92.94%-
XYZ42.9133.4384.31-
YUV160.67171.08141.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=32.55%
G=24.59%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801362370.240.4300.07266.1473.7273.14
HexB488ED182B0710a4a49
Octal264210355305307412112111
Binary10110100100010001110110111000101011011110000101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488ED; }

 p { color: rgb(180,136,237); }

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

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

 a { background-color: rgb(180,136,237); }

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

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

 span { border-color: rgb(180,136,237); }

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