#B299CC

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

Shades of Biloba Flower #B299CC

Tints of Biloba Flower #B299CC

Color information

#B299CC (or 0xB299CC) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and CC. RGB value is (178,153,204). Sum of RGB (Red+Green+Blue) = 178+153+204=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B299CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299CC is #4D6633. Grayscale: #A6A6A6. Windows color (decimal): -5072436 or 13408690. OLE color: 13408690.

HSL color Cylindrical-coordinate representation of color #B299CC: hue angle of 269.41º degrees, saturation: 0.33, 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 #B299CC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178153204-
CMYK0.130.2500.2
HSL269.41º33.33%70%-
HSV(B)269.41º25%80%-
XYZ40.6536.6162.05-
YUV166.29149.28136.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=33.27%
G=28.60%
B=38.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781532040.130.2500.2269.4133.3370
HexB299CCD1901410d2146
Octal262231314153102441541106
Binary1011001010011001110011001101110010101001000011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299CC; }

 p { color: rgb(178,153,204); }

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

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

 a { background-color: rgb(178,153,204); }

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

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

 span { border-color: rgb(178,153,204); }

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