#BB8CEE

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

Shades of Biloba Flower #BB8CEE

Tints of Biloba Flower #BB8CEE

Color information

#BB8CEE (or 0xBB8CEE) is unknown color: approx Biloba Flower. HEX triplet: BB, 8C and EE. RGB value is (187,140,238). Sum of RGB (Red+Green+Blue) = 187+140+238=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CEE is #447311. Grayscale: #A4A4A4. Windows color (decimal): -4485906 or 15633595. OLE color: 15633595.

HSL color Cylindrical-coordinate representation of color #BB8CEE: hue angle of 268.78º degrees, saturation: 0.74, 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 #BB8CEE is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187140238-
CMYK0.210.4100.07
HSL268.78º74.24%74.12%-
HSV(B)268.78º41.18%93.33%-
XYZ45.335.4985.35-
YUV165.22169.07143.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=33.10%
G=24.78%
B=42.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871402380.210.4100.07268.7874.2474.12
HexBB8CEE15290710d4a4a
Octal273214356255107415112112
Binary10111011100011001110111010101101001011110000110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CEE; }

 p { color: rgb(187,140,238); }

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

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

 a { background-color: rgb(187,140,238); }

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

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

 span { border-color: rgb(187,140,238); }

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