Html Css Color HEX #B899DD Biloba Flower

📋 copy color: '#B899DD'

red 184 ◦ green 153 ◦ blue 221

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

Shades of Biloba Flower #B899DD

Tints of Biloba Flower #B899DD

RGB

 RED value IS 184 (72.27% from 255) = 32.97%

 GREEN value IS 153 (60.16% from 255) = 27.42%

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

R = 32.97%
G = 27.42%
B = 39.61%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B899DD (or 0xB899DD) is known color: Biloba Flower. HEX triplet: B8, 99 and DD. RGB value is (184,153,221). Sum of RGB (Red+Green+Blue) = 184+153+221=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #B899DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899DD is #476622. Grayscale: #A9A9A9. Windows color (decimal): -4679203 or 14522808. OLE color: 14522808.

HSL color Cylindrical-coordinate representation of color #B899DD: hue angle of 267.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B899DD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 153 221 -
CMYK 0.17 0.31 0 0.13
HSL 267.35º 0.5% 0.73% -
HSV(B) 267.35º 0.31% 0.87% -
XYZ 44.21 38.19 73.45 -
YUV 170.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 184 153 221 0.17 0.31 0 0.13 267.35 0.5 0.73
Hex B8 99 DD 11 1F 0 D 10B 32 49
Octal 270 231 335 21 37 0 15 413 62 111
Binary 10111000 10011001 11011101 10001 11111 0 1101 100001011 110010 1001001

Color Harmonies of #B899DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899DD

Black with #B899DD

Text Example


Text Example

White with #B899DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899DD; }

 p { color: rgb(184,153,221); }

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

background-color css

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

 a { background-color: rgb(184,153,221); }

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

border-color css

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

 span { border-color: rgb(184,153,221); }

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