#B494CC

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

Shades of Biloba Flower #B494CC

Tints of Biloba Flower #B494CC

Color information

#B494CC (or 0xB494CC) is unknown color: approx Biloba Flower. HEX triplet: B4, 94 and CC. RGB value is (180,148,204). Sum of RGB (Red+Green+Blue) = 180+148+204=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #B494CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494CC is #4B6B33. Grayscale: #A3A3A3. Windows color (decimal): -4942644 or 13407412. OLE color: 13407412.

HSL color Cylindrical-coordinate representation of color #B494CC: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B494CC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180148204-
CMYK0.120.2700.2
HSL274.29º35.44%69.02%-
HSV(B)274.29º27.45%80%-
XYZ40.3135.2461.8-
YUV163.95150.6139.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=33.83%
G=27.82%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801482040.120.2700.2274.2935.4469.02
HexB494CCC1B0141122345
Octal264224314143302442243105
Binary1011010010010100110011001100110110101001000100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B494CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B494CC; }

 p { color: rgb(180,148,204); }

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

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

 a { background-color: rgb(180,148,204); }

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

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

 span { border-color: rgb(180,148,204); }

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