Html Css Color HEX #B988DB Biloba Flower

📋 copy color: '#B988DB'

red 185 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #B988DB

Tints of Biloba Flower #B988DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 34.26%
G = 25.19%
B = 40.56%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B988DB (or 0xB988DB) is known color: Biloba Flower. HEX triplet: B9, 88 and DB. RGB value is (185,136,219). Sum of RGB (Red+Green+Blue) = 185+136+219=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B988DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988DB is #467724. Grayscale: #9F9F9F. Windows color (decimal): -4618021 or 14387385. OLE color: 14387385.

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

Color convert

RGB 185 136 219 -
CMYK 0.16 0.38 0 0.14
HSL 275.42º 0.54% 0.7% -
HSV(B) 275.42º 0.38% 0.86% -
XYZ 41.6 33.04 71.2 -
YUV 160.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 185 136 219 0.16 0.38 0 0.14 275.42 0.54 0.7
Hex B9 88 DB 10 26 0 E 113 36 46
Octal 271 210 333 20 46 0 16 423 66 106
Binary 10111001 10001000 11011011 10000 100110 0 1110 100010011 110110 1000110

Color Harmonies of #B988DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988DB

Black with #B988DB

Text Example


Text Example

White with #B988DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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