#B192CC

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

Shades of Biloba Flower #B192CC

Tints of Biloba Flower #B192CC

Color information

#B192CC (or 0xB192CC) is unknown color: approx Biloba Flower. HEX triplet: B1, 92 and CC. RGB value is (177,146,204). Sum of RGB (Red+Green+Blue) = 177+146+204=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B192CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192CC is #4E6D33. Grayscale: #A1A1A1. Windows color (decimal): -5139764 or 13406897. OLE color: 13406897.

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

Color convert

RGB177146204-
CMYK0.130.2800.2
HSL272.07º36.25%68.63%-
HSV(B)272.07º28.43%80%-
XYZ39.3134.2661.67-
YUV161.88151.77138.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=33.59%
G=27.70%
B=38.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771462040.130.2800.2272.0736.2568.63
HexB192CCD1C0141102445
Octal261222314153402442044105
Binary1011000110010010110011001101111000101001000100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B192CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B192CC; }

 p { color: rgb(177,146,204); }

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

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

 a { background-color: rgb(177,146,204); }

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

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

 span { border-color: rgb(177,146,204); }

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