#B08CED

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

Shades of Biloba Flower #B08CED

Tints of Biloba Flower #B08CED

Color information

#B08CED (or 0xB08CED) is unknown color: approx Biloba Flower. HEX triplet: B0, 8C and ED. RGB value is (176,140,237). Sum of RGB (Red+Green+Blue) = 176+140+237=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 140 (55.08% from 255 or 25.32% 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 #B08CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CED is #4F7312. Grayscale: #A1A1A1. Windows color (decimal): -5206803 or 15568048. OLE color: 15568048.

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

Color convert

RGB176140237-
CMYK0.260.4100.07
HSL262.27º72.93%73.92%-
HSV(B)262.27º40.93%92.94%-
XYZ42.5734.184.46-
YUV161.82170.43138.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 140 (55.08% from 255) = 25.32%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=31.83%
G=25.32%
B=42.86%

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
Decimal1761402370.260.4100.07262.2772.9373.92
HexB08CED1A2907106494a
Octal260214355325107406111112
Binary10110000100011001110110111010101001011110000011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CED; }

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

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

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

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

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

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

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

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