#B699D0

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

Shades of Biloba Flower #B699D0

Tints of Biloba Flower #B699D0

Color information

#B699D0 (or 0xB699D0) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and D0. RGB value is (182,153,208). Sum of RGB (Red+Green+Blue) = 182+153+208=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #B699D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D0 is #49662F. Grayscale: #A7A7A7. Windows color (decimal): -4810288 or 13670838. OLE color: 13670838.

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

Color convert

RGB182153208-
CMYK0.120.2600.18
HSL271.64º36.91%70.78%-
HSV(B)271.64º26.44%81.57%-
XYZ42.0737.2864.65-
YUV167.94150.61138.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 153 (60.16% from 255) = 28.18%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=33.52%
G=28.18%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821532080.120.2600.18271.6436.9170.78
HexB699D0C1A0121102547
Octal266231320143202242045107
Binary1011011010011001110100001100110100100101000100001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699D0; }

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

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

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

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

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

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

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

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