#B498CD

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

Shades of Biloba Flower #B498CD

Tints of Biloba Flower #B498CD

Color information

#B498CD (or 0xB498CD) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and CD. RGB value is (180,152,205). Sum of RGB (Red+Green+Blue) = 180+152+205=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #B498CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498CD is #4B6732. Grayscale: #A6A6A6. Windows color (decimal): -4941619 or 13473972. OLE color: 13473972.

HSL color Cylindrical-coordinate representation of color #B498CD: hue angle of 271.7º 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 #B498CD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180152205-
CMYK0.120.2600.20
HSL271.7º34.64%70%-
HSV(B)271.7º25.85%80.39%-
XYZ41.0736.5762.65-
YUV166.41149.78137.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=33.52%
G=28.31%
B=38.18%

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
Decimal1801522050.120.2600.20271.734.6470
HexB498CDC1A0141102346
Octal264230315143202442043106
Binary1011010010011000110011011100110100101001000100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498CD; }

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

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

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

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

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

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

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

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