#B198CE

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

Shades of Biloba Flower #B198CE

Tints of Biloba Flower #B198CE

Color information

#B198CE (or 0xB198CE) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and CE. RGB value is (177,152,206). Sum of RGB (Red+Green+Blue) = 177+152+206=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B198CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198CE is #4E6731. Grayscale: #A5A5A5. Windows color (decimal): -5138226 or 13539505. OLE color: 13539505.

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

Color convert

RGB177152206-
CMYK0.140.2600.19
HSL267.78º35.53%70.2%-
HSV(B)267.78º26.21%80.78%-
XYZ40.536.2663.26-
YUV165.63150.78136.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=33.08%
G=28.41%
B=38.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771522060.140.2600.19267.7835.5370.2
HexB198CEE1A01310c2446
Octal261230316163202341444106
Binary1011000110011000110011101110110100100111000011001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198CE; }

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

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

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

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

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

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

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

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