#B398CD

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

Shades of Biloba Flower #B398CD

Tints of Biloba Flower #B398CD

Color information

#B398CD (or 0xB398CD) is unknown color: approx Biloba Flower. HEX triplet: B3, 98 and CD. RGB value is (179,152,205). Sum of RGB (Red+Green+Blue) = 179+152+205=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 152 (59.77% from 255 or 28.36% 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 #B398CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398CD is #4C6732. Grayscale: #A5A5A5. Windows color (decimal): -5007155 or 13473971. OLE color: 13473971.

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

Color convert

RGB179152205-
CMYK0.130.2600.20
HSL270.57º34.64%70%-
HSV(B)270.57º25.85%80.39%-
XYZ40.8436.4562.64-
YUV166.12149.95137.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=33.40%
G=28.36%
B=38.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791522050.130.2600.20270.5734.6470
HexB398CDD1A01410f2346
Octal263230315153202441743106
Binary1011001110011000110011011101110100101001000011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398CD; }

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

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

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

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

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

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

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

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