#BB8DEC

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

Shades of Biloba Flower #BB8DEC

Tints of Biloba Flower #BB8DEC

Color information

#BB8DEC (or 0xBB8DEC) is unknown color: approx Biloba Flower. HEX triplet: BB, 8D and EC. RGB value is (187,141,236). Sum of RGB (Red+Green+Blue) = 187+141+236=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB8DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DEC is #447213. Grayscale: #A5A5A5. Windows color (decimal): -4485652 or 15502779. OLE color: 15502779.

HSL color Cylindrical-coordinate representation of color #BB8DEC: hue angle of 269.05º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8DEC is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187141236-
CMYK0.210.4000.07
HSL269.05º71.43%73.92%-
HSV(B)269.05º40.25%92.55%-
XYZ45.1635.6783.86-
YUV165.58167.74143.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=33.16%
G=25%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871412360.210.4000.07269.0571.4373.92
HexBB8DEC15280710d474a
Octal273215354255007415107112
Binary10111011100011011110110010101101000011110000110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DEC; }

 p { color: rgb(187,141,236); }

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

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

 a { background-color: rgb(187,141,236); }

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

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

 span { border-color: rgb(187,141,236); }

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