Html Css Color HEX #B988FF Biloba Flower

📋 copy color: '#B988FF'

red 185 ◦ green 136 ◦ blue 255

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

Shades of Biloba Flower #B988FF

Tints of Biloba Flower #B988FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.27%

R = 32.12%
G = 23.61%
B = 44.27%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B988FF (or 0xB988FF) is known color: Biloba Flower. HEX triplet: B9, 88 and FF. RGB value is (185,136,255). Sum of RGB (Red+Green+Blue) = 185+136+255=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B988FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988FF is #467700. Grayscale: #A3A3A3. Windows color (decimal): -4617985 or 16746681. OLE color: 16746681.

HSL color Cylindrical-coordinate representation of color #B988FF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B988FF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 136 255 -
CMYK 0.27 0.47 0 0
HSL 264.71º 1% 0.77% -
HSV(B) 264.71º 0.47% 1% -
XYZ 46.86 35.14 98.92 -
YUV 164.22 179.23 142.82 -
System Red Green Blue C M Y K H S L
Decimal 185 136 255 0.27 0.47 0 0 264.71 1 0.77
Hex B9 88 FF 1B 2F 0 0 109 64 4D
Octal 271 210 377 33 57 0 0 411 144 115
Binary 10111001 10001000 11111111 11011 101111 0 0 100001001 1100100 1001101

Color Harmonies of #B988FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988FF

Black with #B988FF

Text Example


Text Example

White with #B988FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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