#B499CA

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

Shades of Biloba Flower #B499CA

Tints of Biloba Flower #B499CA

Color information

#B499CA (or 0xB499CA) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and CA. RGB value is (180,153,202). Sum of RGB (Red+Green+Blue) = 180+153+202=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B499CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499CA is #4B6635. Grayscale: #A6A6A6. Windows color (decimal): -4941366 or 13277620. OLE color: 13277620.

HSL color Cylindrical-coordinate representation of color #B499CA: hue angle of 273.06º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B499CA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180153202-
CMYK0.110.2400.21
HSL273.06º31.61%69.61%-
HSV(B)273.06º24.26%79.22%-
XYZ40.8736.7560.82-
YUV166.66147.95137.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=33.64%
G=28.60%
B=37.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801532020.110.2400.21273.0631.6169.61
HexB499CAB180151112046
Octal264231312133002542140106
Binary1011010010011001110010101011110000101011000100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499CA; }

 p { color: rgb(180,153,202); }

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

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

 a { background-color: rgb(180,153,202); }

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

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

 span { border-color: rgb(180,153,202); }

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