#B695DC

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

Shades of Biloba Flower #B695DC

Tints of Biloba Flower #B695DC

Color information

#B695DC (or 0xB695DC) is unknown color: approx Biloba Flower. HEX triplet: B6, 95 and DC. RGB value is (182,149,220). Sum of RGB (Red+Green+Blue) = 182+149+220=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B695DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695DC is #496A23. Grayscale: #A6A6A6. Windows color (decimal): -4811300 or 14456246. OLE color: 14456246.

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

Color convert

RGB182149220-
CMYK0.170.3200.14
HSL267.89º50.35%72.35%-
HSV(B)267.89º32.27%86.27%-
XYZ42.9636.6172.51-
YUV166.96157.93138.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=33.03%
G=27.04%
B=39.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821492200.170.3200.14267.8950.3572.35
HexB695DC11200E10c3248
Octal266225334214001641462110
Binary10110110100101011101110010001100000011101000011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B695DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B695DC; }

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

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

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

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

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

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

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

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