#B692ED

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

Shades of Biloba Flower #B692ED

Tints of Biloba Flower #B692ED

Color information

#B692ED (or 0xB692ED) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and ED. RGB value is (182,146,237). Sum of RGB (Red+Green+Blue) = 182+146+237=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B692ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B692ED is #496D12. Grayscale: #A6A6A6. Windows color (decimal): -4812051 or 15569590. OLE color: 15569590.

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

Color convert

RGB182146237-
CMYK0.230.3800.07
HSL263.74º71.65%75.1%-
HSV(B)263.74º38.4%92.94%-
XYZ44.8636.6284.82-
YUV167.14167.43138.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=32.21%
G=25.84%
B=41.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821462370.230.3800.07263.7471.6575.1
HexB692ED172607108484b
Octal266222355274607410110113
Binary10110110100100101110110110111100110011110000100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692ED; }

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

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

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

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

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

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

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

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