#B08CEE

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

Shades of Biloba Flower #B08CEE

Tints of Biloba Flower #B08CEE

Color information

#B08CEE (or 0xB08CEE) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and EE. RGB value is (176,140,238). Sum of RGB (Red+Green+Blue) = 176+140+238=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 140 (55.08% from 255 or 25.27% 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 #B08CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CEE is #4F7311. Grayscale: #A1A1A1. Windows color (decimal): -5206802 or 15633584. OLE color: 15633584.

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

Color convert

RGB176140238-
CMYK0.260.4100.07
HSL262.04º74.24%74.12%-
HSV(B)262.04º41.18%93.33%-
XYZ42.7234.1685.23-
YUV161.94170.93138.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=31.77%
G=25.27%
B=42.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761402380.260.4100.07262.0474.2474.12
HexB08CEE1A29071064a4a
Octal260214356325107406112112
Binary10110000100011001110111011010101001011110000011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CEE; }

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

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

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

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

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

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

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

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