Html Css Color HEX #B988ED Biloba Flower

📋 copy color: '#B988ED'

red 185 ◦ green 136 ◦ blue 237

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

Shades of Biloba Flower #B988ED

Tints of Biloba Flower #B988ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 33.15%
G = 24.37%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B988ED (or 0xB988ED) is known color: Biloba Flower. HEX triplet: B9, 88 and ED. RGB value is (185,136,237). Sum of RGB (Red+Green+Blue) = 185+136+237=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B988ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988ED is #467712. Grayscale: #A1A1A1. Windows color (decimal): -4618003 or 15567033. OLE color: 15567033.

HSL color Cylindrical-coordinate representation of color #B988ED: hue angle of 269.11º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B988ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 136 237 -
CMYK 0.22 0.43 0 0.07
HSL 269.11º 0.74% 0.73% -
HSV(B) 269.11º 0.43% 0.93% -
XYZ 44.1 34.04 84.37 -
YUV 162.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 185 136 237 0.22 0.43 0 0.07 269.11 0.74 0.73
Hex B9 88 ED 16 2B 0 7 10D 4A 49
Octal 271 210 355 26 53 0 7 415 112 111
Binary 10111001 10001000 11101101 10110 101011 0 111 100001101 1001010 1001001

Color Harmonies of #B988ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988ED

Black with #B988ED

Text Example


Text Example

White with #B988ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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