#B292CE

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

Shades of Biloba Flower #B292CE

Tints of Biloba Flower #B292CE

Color information

#B292CE (or 0xB292CE) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and CE. RGB value is (178,146,206). Sum of RGB (Red+Green+Blue) = 178+146+206=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #B292CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292CE is #4D6D31. Grayscale: #A2A2A2. Windows color (decimal): -5074226 or 13537970. OLE color: 13537970.

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

Color convert

RGB178146206-
CMYK0.140.2900.19
HSL272º37.97%69.02%-
HSV(B)272º29.13%80.78%-
XYZ39.7834.4862.95-
YUV162.41152.6139.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=33.58%
G=27.55%
B=38.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1781462060.140.2900.1927237.9769.02
HexB292CEE1D0131102645
Octal262222316163502342046105
Binary1011001010010010110011101110111010100111000100001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292CE; }

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

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

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

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

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

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

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

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