#B695DF

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

Shades of Biloba Flower #B695DF

Tints of Biloba Flower #B695DF

Color information

#B695DF (or 0xB695DF) is unknown color: approx Biloba Flower. HEX triplet: B6, 95 and DF. RGB value is (182,149,223). Sum of RGB (Red+Green+Blue) = 182+149+223=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B695DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695DF is #496A20. Grayscale: #A7A7A7. Windows color (decimal): -4811297 or 14652854. OLE color: 14652854.

HSL color Cylindrical-coordinate representation of color #B695DF: hue angle of 266.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B695DF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182149223-
CMYK0.180.3300.13
HSL266.76º53.62%72.94%-
HSV(B)266.76º33.18%87.45%-
XYZ43.3636.7774.62-
YUV167.3159.43138.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=32.85%
G=26.90%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821492230.180.3300.13266.7653.6272.94
HexB695DF12210D10b3649
Octal266225337224101541366111
Binary10110110100101011101111110010100001011011000010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695DF; }

 p { color: rgb(182,149,223); }

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

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

 a { background-color: rgb(182,149,223); }

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

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

 span { border-color: rgb(182,149,223); }

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