#B692EB

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

Shades of Biloba Flower #B692EB

Tints of Biloba Flower #B692EB

Color information

#B692EB (or 0xB692EB) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and EB. RGB value is (182,146,235). Sum of RGB (Red+Green+Blue) = 182+146+235=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #B692EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692EB is #496D14. Grayscale: #A6A6A6. Windows color (decimal): -4812053 or 15438518. OLE color: 15438518.

HSL color Cylindrical-coordinate representation of color #B692EB: hue angle of 264.27º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B692EB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182146235-
CMYK0.230.3800.08
HSL264.27º68.99%74.71%-
HSV(B)264.27º37.87%92.16%-
XYZ44.5736.583.29-
YUV166.91166.43138.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.33%
GREEN value IS 146 (57.42% from 255) = 25.93%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=32.33%
G=25.93%
B=41.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821462350.230.3800.08264.2768.9974.71
HexB692EB172608108454b
Octal2662223532746010410105113
Binary101101101001001011101011101111001100100010000100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692EB; }

 p { color: rgb(182,146,235); }

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

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

 a { background-color: rgb(182,146,235); }

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

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

 span { border-color: rgb(182,146,235); }

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