#B692DA

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

Shades of Biloba Flower #B692DA

Tints of Biloba Flower #B692DA

Color information

#B692DA (or 0xB692DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 92 and DA. RGB value is (182,146,218). Sum of RGB (Red+Green+Blue) = 182+146+218=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B692DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692DA is #496D25. Grayscale: #A4A4A4. Windows color (decimal): -4812070 or 14324406. OLE color: 14324406.

HSL color Cylindrical-coordinate representation of color #B692DA: hue angle of 270º degrees, saturation: 0.49, 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 #B692DA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182146218-
CMYK0.170.3300.15
HSL270º49.32%71.37%-
HSV(B)270º33.03%85.49%-
XYZ42.2335.5670.97-
YUV164.97157.93140.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=33.33%
G=26.74%
B=39.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821462180.170.3300.1527049.3271.37
HexB692DA11210F10e3147
Octal266222332214101741661107
Binary10110110100100101101101010001100001011111000011101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B692DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B692DA; }

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

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

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

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

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

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

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

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