#B690D7

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

Shades of Biloba Flower #B690D7

Tints of Biloba Flower #B690D7

Color information

#B690D7 (or 0xB690D7) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and D7. RGB value is (182,144,215). Sum of RGB (Red+Green+Blue) = 182+144+215=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #B690D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690D7 is #496F28. Grayscale: #A3A3A3. Windows color (decimal): -4812585 or 14127286. OLE color: 14127286.

HSL color Cylindrical-coordinate representation of color #B690D7: hue angle of 272.11º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B690D7 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182144215-
CMYK0.150.3300.16
HSL272.11º47.02%70.39%-
HSV(B)272.11º33.02%84.31%-
XYZ41.5334.868.82-
YUV163.46157.09141.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=33.64%
G=26.62%
B=39.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821442150.150.3300.16272.1147.0270.39
HexB690D7F210101102f46
Octal266220327174102042057106
Binary10110110100100001101011111111000010100001000100001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690D7; }

 p { color: rgb(182,144,215); }

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

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

 a { background-color: rgb(182,144,215); }

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

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

 span { border-color: rgb(182,144,215); }

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