#B298D5

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

Shades of Biloba Flower #B298D5

Tints of Biloba Flower #B298D5

Color information

#B298D5 (or 0xB298D5) is unknown color: approx Biloba Flower. HEX triplet: B2, 98 and D5. RGB value is (178,152,213). Sum of RGB (Red+Green+Blue) = 178+152+213=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #B298D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298D5 is #4D672A. Grayscale: #A6A6A6. Windows color (decimal): -5072683 or 13998258. OLE color: 13998258.

HSL color Cylindrical-coordinate representation of color #B298D5: hue angle of 265.57º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B298D5 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178152213-
CMYK0.160.2900.16
HSL265.57º42.07%71.57%-
HSV(B)265.57º28.64%83.53%-
XYZ41.636.7367.85-
YUV166.73154.11136.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 213 (83.59% from 255) = 39.23%
R=32.78%
G=27.99%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781522130.160.2900.16265.5742.0771.57
HexB298D5101D01010a2a48
Octal262230325203502041252110
Binary10110010100110001101010110000111010100001000010101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298D5; }

 p { color: rgb(178,152,213); }

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

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

 a { background-color: rgb(178,152,213); }

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

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

 span { border-color: rgb(178,152,213); }

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