#B299CE

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

Shades of Biloba Flower #B299CE

Tints of Biloba Flower #B299CE

Color information

#B299CE (or 0xB299CE) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and CE. RGB value is (178,153,206). Sum of RGB (Red+Green+Blue) = 178+153+206=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B299CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299CE is #4D6631. Grayscale: #A6A6A6. Windows color (decimal): -5072434 or 13539762. OLE color: 13539762.

HSL color Cylindrical-coordinate representation of color #B299CE: hue angle of 268.3º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B299CE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178153206-
CMYK0.140.2600.19
HSL268.3º35.1%70.39%-
HSV(B)268.3º25.73%80.78%-
XYZ40.8936.763.32-
YUV166.52150.28136.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=33.15%
G=28.49%
B=38.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781532060.140.2600.19268.335.170.39
HexB299CEE1A01310c2346
Octal262231316163202341443106
Binary1011001010011001110011101110110100100111000011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299CE; }

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

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

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

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

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

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

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

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