#B794CE

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

Shades of Biloba Flower #B794CE

Tints of Biloba Flower #B794CE

Color information

#B794CE (or 0xB794CE) is unknown color: approx Biloba Flower. HEX triplet: B7, 94 and CE. RGB value is (183,148,206). Sum of RGB (Red+Green+Blue) = 183+148+206=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 148 (58.20% from 255 or 27.56% 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 #B794CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794CE is #486B31. Grayscale: #A4A4A4. Windows color (decimal): -4746034 or 13538487. OLE color: 13538487.

HSL color Cylindrical-coordinate representation of color #B794CE: hue angle of 276.21º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B794CE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183148206-
CMYK0.110.2800.19
HSL276.21º37.18%69.41%-
HSV(B)276.21º28.16%80.78%-
XYZ41.2635.763.11-
YUV165.08151.1140.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=34.08%
G=27.56%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831482060.110.2800.19276.2137.1869.41
HexB794CEB1C0131142545
Octal267224316133402342445105
Binary1011011110010100110011101011111000100111000101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794CE; }

 p { color: rgb(183,148,206); }

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

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

 a { background-color: rgb(183,148,206); }

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

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

 span { border-color: rgb(183,148,206); }

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