#B690D0

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

Shades of Biloba Flower #B690D0

Tints of Biloba Flower #B690D0

Color information

#B690D0 (or 0xB690D0) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and D0. RGB value is (182,144,208). Sum of RGB (Red+Green+Blue) = 182+144+208=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #B690D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690D0 is #496F2F. Grayscale: #A2A2A2. Windows color (decimal): -4812592 or 13668534. OLE color: 13668534.

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

Color convert

RGB182144208-
CMYK0.120.3100.18
HSL275.62º40.51%69.02%-
HSV(B)275.62º30.77%81.57%-
XYZ40.6534.4564.18-
YUV162.66153.59141.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=34.08%
G=26.97%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821442080.120.3100.18275.6240.5169.02
HexB690D0C1F0121142945
Octal266220320143702242451105
Binary1011011010010000110100001100111110100101000101001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690D0; }

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

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

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

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

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

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

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

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