#B699D9

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

Shades of Biloba Flower #B699D9

Tints of Biloba Flower #B699D9

Color information

#B699D9 (or 0xB699D9) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and D9. RGB value is (182,153,217). Sum of RGB (Red+Green+Blue) = 182+153+217=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #B699D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D9 is #496626. Grayscale: #A8A8A8. Windows color (decimal): -4810279 or 14260662. OLE color: 14260662.

HSL color Cylindrical-coordinate representation of color #B699D9: hue angle of 267.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B699D9 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182153217-
CMYK0.160.2900.15
HSL267.19º45.71%72.55%-
HSV(B)267.19º29.49%85.1%-
XYZ43.2137.7470.65-
YUV168.97155.11137.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 217 (85.16% from 255) = 39.31%
R=32.97%
G=27.72%
B=39.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821532170.160.2900.15267.1945.7172.55
HexB699D9101D0F10b2e49
Octal266231331203501741356111
Binary1011011010011001110110011000011101011111000010111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699D9; }

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

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

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

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

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

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

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

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