Html Css Color HEX #B899DC Biloba Flower

📋 copy color: '#B899DC'

red 184 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #B899DC

Tints of Biloba Flower #B899DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 33.03%
G = 27.47%
B = 39.5%

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

#B899DC (or 0xB899DC) is known color: Biloba Flower. HEX triplet: B8, 99 and DC. RGB value is (184,153,220). Sum of RGB (Red+Green+Blue) = 184+153+220=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B899DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899DC is #476623. Grayscale: #A9A9A9. Windows color (decimal): -4679204 or 14457272. OLE color: 14457272.

HSL color Cylindrical-coordinate representation of color #B899DC: hue angle of 267.76º degrees, saturation: 0.49, 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 #B899DC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 153 220 -
CMYK 0.16 0.30 0 0.14
HSL 267.76º 0.49% 0.73% -
HSV(B) 267.76º 0.3% 0.86% -
XYZ 44.08 38.14 72.75 -
YUV 169.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 184 153 220 0.16 0.30 0 0.14 267.76 0.49 0.73
Hex B8 99 DC 10 1E 0 E 10C 31 49
Octal 270 231 334 20 36 0 16 414 61 111
Binary 10111000 10011001 11011100 10000 11110 0 1110 100001100 110001 1001001

Color Harmonies of #B899DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899DC

Black with #B899DC

Text Example


Text Example

White with #B899DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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