Html Css Color HEX #B998DD Biloba Flower

📋 copy color: '#B998DD'

red 185 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B998DD

Tints of Biloba Flower #B998DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 33.15%
G = 27.24%
B = 39.61%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B998DD (or 0xB998DD) is known color: Biloba Flower. HEX triplet: B9, 98 and DD. RGB value is (185,152,221). Sum of RGB (Red+Green+Blue) = 185+152+221=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B998DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998DD is #466722. Grayscale: #A9A9A9. Windows color (decimal): -4613923 or 14522553. OLE color: 14522553.

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

Color convert

RGB 185 152 221 -
CMYK 0.16 0.31 0 0.13
HSL 268.7º 0.5% 0.73% -
HSV(B) 268.7º 0.31% 0.87% -
XYZ 44.29 37.99 73.41 -
YUV 169.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 185 152 221 0.16 0.31 0 0.13 268.7 0.5 0.73
Hex B9 98 DD 10 1F 0 D 10D 32 49
Octal 271 230 335 20 37 0 15 415 62 111
Binary 10111001 10011000 11011101 10000 11111 0 1101 100001101 110010 1001001

Color Harmonies of #B998DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998DD

Black with #B998DD

Text Example


Text Example

White with #B998DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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