Html Css Color HEX #B988EE Biloba Flower

📋 copy color: '#B988EE'

red 185 ◦ green 136 ◦ blue 238

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

Shades of Biloba Flower #B988EE

Tints of Biloba Flower #B988EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 33.09%
G = 24.33%
B = 42.58%

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

#B988EE (or 0xB988EE) is known color: Biloba Flower. HEX triplet: B9, 88 and EE. RGB value is (185,136,238). Sum of RGB (Red+Green+Blue) = 185+136+238=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #B988EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988EE is #467711. Grayscale: #A1A1A1. Windows color (decimal): -4618002 or 15632569. OLE color: 15632569.

HSL color Cylindrical-coordinate representation of color #B988EE: hue angle of 268.82º degrees, saturation: 0.75, 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 #B988EE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 136 238 -
CMYK 0.22 0.43 0 0.07
HSL 268.82º 0.75% 0.73% -
HSV(B) 268.82º 0.43% 0.93% -
XYZ 44.24 34.1 85.14 -
YUV 162.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 185 136 238 0.22 0.43 0 0.07 268.82 0.75 0.73
Hex B9 88 EE 16 2B 0 7 10D 4B 49
Octal 271 210 356 26 53 0 7 415 113 111
Binary 10111001 10001000 11101110 10110 101011 0 111 100001101 1001011 1001001

Color Harmonies of #B988EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988EE

Black with #B988EE

Text Example


Text Example

White with #B988EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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