Html Css Color HEX #B988DD Biloba Flower

📋 copy color: '#B988DD'

red 185 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #B988DD

Tints of Biloba Flower #B988DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.09%

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

R = 34.13%
G = 25.09%
B = 40.77%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B988DD (or 0xB988DD) is known color: Biloba Flower. HEX triplet: B9, 88 and DD. RGB value is (185,136,221). Sum of RGB (Red+Green+Blue) = 185+136+221=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #B988DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988DD is #467722. Grayscale: #A0A0A0. Windows color (decimal): -4618019 or 14518457. OLE color: 14518457.

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

Color convert

RGB 185 136 221 -
CMYK 0.16 0.38 0 0.13
HSL 274.59º 0.56% 0.7% -
HSV(B) 274.59º 0.38% 0.87% -
XYZ 41.86 33.14 72.6 -
YUV 160.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 185 136 221 0.16 0.38 0 0.13 274.59 0.56 0.7
Hex B9 88 DD 10 26 0 D 113 38 46
Octal 271 210 335 20 46 0 15 423 70 106
Binary 10111001 10001000 11011101 10000 100110 0 1101 100010011 111000 1000110

Color Harmonies of #B988DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988DD

Black with #B988DD

Text Example


Text Example

White with #B988DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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