#B699CF

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

Shades of Biloba Flower #B699CF

Tints of Biloba Flower #B699CF

Color information

#B699CF (or 0xB699CF) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and CF. RGB value is (182,153,207). Sum of RGB (Red+Green+Blue) = 182+153+207=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #B699CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699CF is #496630. Grayscale: #A7A7A7. Windows color (decimal): -4810289 or 13605302. OLE color: 13605302.

HSL color Cylindrical-coordinate representation of color #B699CF: hue angle of 272.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B699CF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182153207-
CMYK0.120.2600.19
HSL272.22º36%70.59%-
HSV(B)272.22º26.09%81.18%-
XYZ41.9537.2364.01-
YUV167.83150.11138.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=33.58%
G=28.23%
B=38.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821532070.120.2600.19272.223670.59
HexB699CFC1A0131102447
Octal266231317143202342044107
Binary1011011010011001110011111100110100100111000100001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699CF; }

 p { color: rgb(182,153,207); }

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

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

 a { background-color: rgb(182,153,207); }

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

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

 span { border-color: rgb(182,153,207); }

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