#B693D0

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

Shades of Biloba Flower #B693D0

Tints of Biloba Flower #B693D0

Color information

#B693D0 (or 0xB693D0) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and D0. RGB value is (182,147,208). Sum of RGB (Red+Green+Blue) = 182+147+208=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #B693D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693D0 is #496C2F. Grayscale: #A4A4A4. Windows color (decimal): -4811824 or 13669302. OLE color: 13669302.

HSL color Cylindrical-coordinate representation of color #B693D0: hue angle of 274.43º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B693D0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182147208-
CMYK0.120.2900.18
HSL274.43º39.35%69.61%-
HSV(B)274.43º29.33%81.57%-
XYZ41.1135.3764.33-
YUV164.42152.6140.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=33.89%
G=27.37%
B=38.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821472080.120.2900.18274.4339.3569.61
HexB693D0C1D0121122746
Octal266223320143502242247106
Binary1011011010010011110100001100111010100101000100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693D0; }

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

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

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

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

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

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

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

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