#B692DC

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

Shades of Biloba Flower #B692DC

Tints of Biloba Flower #B692DC

Color information

#B692DC (or 0xB692DC) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and DC. RGB value is (182,146,220). Sum of RGB (Red+Green+Blue) = 182+146+220=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B692DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692DC is #496D23. Grayscale: #A4A4A4. Windows color (decimal): -4812068 or 14455478. OLE color: 14455478.

HSL color Cylindrical-coordinate representation of color #B692DC: hue angle of 269.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B692DC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182146220-
CMYK0.170.3400.14
HSL269.19º51.39%71.76%-
HSV(B)269.19º33.64%86.27%-
XYZ42.4935.6772.36-
YUV165.2158.93139.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=33.21%
G=26.64%
B=40.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821462200.170.3400.14269.1951.3971.76
HexB692DC11220E10d3348
Octal266222334214201641563110
Binary10110110100100101101110010001100010011101000011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692DC; }

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

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

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

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

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

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

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

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