#B692D9

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

Shades of Biloba Flower #B692D9

Tints of Biloba Flower #B692D9

Color information

#B692D9 (or 0xB692D9) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and D9. RGB value is (182,146,217). Sum of RGB (Red+Green+Blue) = 182+146+217=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 217 - color contains mainly: blue. Hex color #B692D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692D9 is #496D26. Grayscale: #A4A4A4. Windows color (decimal): -4812071 or 14258870. OLE color: 14258870.

HSL color Cylindrical-coordinate representation of color #B692D9: hue angle of 270.42º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B692D9 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182146217-
CMYK0.160.3300.15
HSL270.42º48.3%71.18%-
HSV(B)270.42º32.72%85.1%-
XYZ42.0935.5170.28-
YUV164.86157.43140.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 217 (85.16% from 255) = 39.82%
R=33.39%
G=26.79%
B=39.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821462170.160.3300.15270.4248.371.18
HexB692D910210F10e3047
Octal266222331204101741660107
Binary10110110100100101101100110000100001011111000011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692D9; }

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

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

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

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

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

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

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

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