#B693DA

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

Shades of Biloba Flower #B693DA

Tints of Biloba Flower #B693DA

Color information

#B693DA (or 0xB693DA) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and DA. RGB value is (182,147,218). Sum of RGB (Red+Green+Blue) = 182+147+218=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B693DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693DA is #496C25. Grayscale: #A5A5A5. Windows color (decimal): -4811814 or 14324662. OLE color: 14324662.

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

Color convert

RGB182147218-
CMYK0.170.3300.15
HSL269.58º48.97%71.57%-
HSV(B)269.58º32.57%85.49%-
XYZ42.3835.8771.02-
YUV165.56157.6139.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.27%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=33.27%
G=26.87%
B=39.85%

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
Decimal1821472180.170.3300.15269.5848.9771.57
HexB693DA11210F10e3148
Octal266223332214101741661110
Binary10110110100100111101101010001100001011111000011101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693DA; }

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

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

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

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

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

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

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

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