#B488EE

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

Shades of Biloba Flower #B488EE

Tints of Biloba Flower #B488EE

Color information

#B488EE (or 0xB488EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and EE. RGB value is (180,136,238). Sum of RGB (Red+Green+Blue) = 180+136+238=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B488EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488EE is #4B7711. Grayscale: #A0A0A0. Windows color (decimal): -4945682 or 15632564. OLE color: 15632564.

HSL color Cylindrical-coordinate representation of color #B488EE: hue angle of 265.88º degrees, saturation: 0.75, 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 #B488EE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180136238-
CMYK0.240.4300.07
HSL265.88º75%73.33%-
HSV(B)265.88º42.86%93.33%-
XYZ43.0633.4885.08-
YUV160.78171.58141.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=32.49%
G=24.55%
B=42.96%

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
Decimal1801362380.240.4300.07265.887573.33
HexB488EE182B0710a4b49
Octal264210356305307412113111
Binary10110100100010001110111011000101011011110000101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488EE; }

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

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

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

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

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

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

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

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