#B198CD

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

Shades of Biloba Flower #B198CD

Tints of Biloba Flower #B198CD

Color information

#B198CD (or 0xB198CD) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and CD. RGB value is (177,152,205). Sum of RGB (Red+Green+Blue) = 177+152+205=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #B198CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198CD is #4E6732. Grayscale: #A5A5A5. Windows color (decimal): -5138227 or 13473969. OLE color: 13473969.

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

Color convert

RGB177152205-
CMYK0.140.2600.20
HSL268.3º34.64%70%-
HSV(B)268.3º25.85%80.39%-
XYZ40.3836.2162.62-
YUV165.52150.28136.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=33.15%
G=28.46%
B=38.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771522050.140.2600.20268.334.6470
HexB198CDE1A01410c2346
Octal261230315163202441443106
Binary1011000110011000110011011110110100101001000011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198CD; }

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

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

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

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

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

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

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

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