#B699CE

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

Shades of Biloba Flower #B699CE

Tints of Biloba Flower #B699CE

Color information

#B699CE (or 0xB699CE) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and CE. RGB value is (182,153,206). Sum of RGB (Red+Green+Blue) = 182+153+206=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B699CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699CE is #496631. Grayscale: #A7A7A7. Windows color (decimal): -4810290 or 13539766. OLE color: 13539766.

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

Color convert

RGB182153206-
CMYK0.120.2600.19
HSL272.83º35.1%70.39%-
HSV(B)272.83º25.73%80.78%-
XYZ41.8237.1863.37-
YUV167.71149.61138.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 153 (60.16% from 255) = 28.28%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=33.64%
G=28.28%
B=38.08%

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
Decimal1821532060.120.2600.19272.8335.170.39
HexB699CEC1A0131112346
Octal266231316143202342143106
Binary1011011010011001110011101100110100100111000100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699CE; }

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

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

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

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

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

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

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

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