Html Css Color HEX #B899DB Biloba Flower

📋 copy color: '#B899DB'

red 184 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #B899DB

Tints of Biloba Flower #B899DB

RGB

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

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

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

R = 33.09%
G = 27.52%
B = 39.39%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B899DB (or 0xB899DB) is known color: Biloba Flower. HEX triplet: B8, 99 and DB. RGB value is (184,153,219). Sum of RGB (Red+Green+Blue) = 184+153+219=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #B899DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899DB is #476624. Grayscale: #A9A9A9. Windows color (decimal): -4679205 or 14391736. OLE color: 14391736.

HSL color Cylindrical-coordinate representation of color #B899DB: hue angle of 268.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B899DB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 153 219 -
CMYK 0.16 0.30 0 0.14
HSL 268.18º 0.48% 0.73% -
HSV(B) 268.18º 0.3% 0.86% -
XYZ 43.94 38.09 72.05 -
YUV 169.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 184 153 219 0.16 0.30 0 0.14 268.18 0.48 0.73
Hex B8 99 DB 10 1E 0 E 10C 30 49
Octal 270 231 333 20 36 0 16 414 60 111
Binary 10111000 10011001 11011011 10000 11110 0 1110 100001100 110000 1001001

Color Harmonies of #B899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899DB

Black with #B899DB

Text Example


Text Example

White with #B899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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