Html Css Color HEX #B998DC Biloba Flower

📋 copy color: '#B998DC'

red 185 ◦ green 152 ◦ blue 220

#B998DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B998DC

Tints of Biloba Flower #B998DC

RGB

 RED value IS 185 (72.66% from 255) = 33.21%

 GREEN value IS 152 (59.77% from 255) = 27.29%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 33.21%
G = 27.29%
B = 39.5%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B998DC (or 0xB998DC) is known color: Biloba Flower. HEX triplet: B9, 98 and DC. RGB value is (185,152,220). Sum of RGB (Red+Green+Blue) = 185+152+220=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B998DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998DC is #466723. Grayscale: #A9A9A9. Windows color (decimal): -4613924 or 14457017. OLE color: 14457017.

HSL color Cylindrical-coordinate representation of color #B998DC: hue angle of 269.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B998DC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 152 220 -
CMYK 0.16 0.31 0 0.14
HSL 269.12º 0.49% 0.73% -
HSV(B) 269.12º 0.31% 0.86% -
XYZ 44.15 37.94 72.71 -
YUV 169.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 185 152 220 0.16 0.31 0 0.14 269.12 0.49 0.73
Hex B9 98 DC 10 1F 0 E 10D 31 49
Octal 271 230 334 20 37 0 16 415 61 111
Binary 10111001 10011000 11011100 10000 11111 0 1110 100001101 110001 1001001

Color Harmonies of #B998DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998DC

Black with #B998DC

Text Example


Text Example

White with #B998DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998DC; }

 p { color: rgb(185,152,220); }

 H1.HeaderClassName
 {
   color: #B998DC;
 }
 .AnyTagClassName
 {
   color: #B998DC;
 }
</style>

background-color css

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

 a { background-color: rgb(185,152,220); }

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

border-color css

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

 span { border-color: rgb(185,152,220); }

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