#B699CD

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

Shades of Biloba Flower #B699CD

Tints of Biloba Flower #B699CD

Color information

#B699CD (or 0xB699CD) is unknown color: approx Biloba Flower. HEX triplet: B6, 99 and CD. RGB value is (182,153,205). Sum of RGB (Red+Green+Blue) = 182+153+205=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #B699CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699CD is #496632. Grayscale: #A7A7A7. Windows color (decimal): -4810291 or 13474230. OLE color: 13474230.

HSL color Cylindrical-coordinate representation of color #B699CD: hue angle of 273.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B699CD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182153205-
CMYK0.110.2500.20
HSL273.46º34.21%70.2%-
HSV(B)273.46º25.37%80.39%-
XYZ41.737.1462.73-
YUV167.6149.11138.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 153 (60.16% from 255) = 28.33%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=33.70%
G=28.33%
B=37.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821532050.110.2500.20273.4634.2170.2
HexB699CDB190141112246
Octal266231315133102442142106
Binary1011011010011001110011011011110010101001000100011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699CD; }

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

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

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

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

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

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

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

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