#B099CD

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

Shades of Biloba Flower #B099CD

Tints of Biloba Flower #B099CD

Color information

#B099CD (or 0xB099CD) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and CD. RGB value is (176,153,205). Sum of RGB (Red+Green+Blue) = 176+153+205=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #B099CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099CD is #4F6632. Grayscale: #A5A5A5. Windows color (decimal): -5203507 or 13474224. OLE color: 13474224.

HSL color Cylindrical-coordinate representation of color #B099CD: hue angle of 266.54º 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 #B099CD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176153205-
CMYK0.140.2500.20
HSL266.54º34.21%70.2%-
HSV(B)266.54º25.37%80.39%-
XYZ40.3236.4262.66-
YUV165.8150.12135.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=32.96%
G=28.65%
B=38.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761532050.140.2500.20266.5434.2170.2
HexB099CDE1901410b2246
Octal260231315163102441342106
Binary1011000010011001110011011110110010101001000010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099CD; }

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

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

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

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

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

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

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

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