#B497CD

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

Shades of Biloba Flower #B497CD

Tints of Biloba Flower #B497CD

Color information

#B497CD (or 0xB497CD) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and CD. RGB value is (180,151,205). Sum of RGB (Red+Green+Blue) = 180+151+205=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #B497CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497CD is #4B6832. Grayscale: #A5A5A5. Windows color (decimal): -4941875 or 13473716. OLE color: 13473716.

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

Color convert

RGB180151205-
CMYK0.120.2600.20
HSL272.22º35.06%69.8%-
HSV(B)272.22º26.34%80.39%-
XYZ40.9136.2462.6-
YUV165.83150.11138.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=33.58%
G=28.17%
B=38.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801512050.120.2600.20272.2235.0669.8
HexB497CDC1A0141102346
Octal264227315143202442043106
Binary1011010010010111110011011100110100101001000100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497CD; }

 p { color: rgb(180,151,205); }

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

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

 a { background-color: rgb(180,151,205); }

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

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

 span { border-color: rgb(180,151,205); }

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