Html Css Color HEX #B894DB Biloba Flower

📋 copy color: '#B894DB'

red 184 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #B894DB

Tints of Biloba Flower #B894DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.86%

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

R = 33.39%
G = 26.86%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B894DB (or 0xB894DB) is known color: Biloba Flower. HEX triplet: B8, 94 and DB. RGB value is (184,148,219). Sum of RGB (Red+Green+Blue) = 184+148+219=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B894DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894DB is #476B24. Grayscale: #A6A6A6. Windows color (decimal): -4680485 or 14390456. OLE color: 14390456.

HSL color Cylindrical-coordinate representation of color #B894DB: hue angle of 270.42º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B894DB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 148 219 -
CMYK 0.16 0.32 0 0.14
HSL 270.42º 0.5% 0.72% -
HSV(B) 270.42º 0.32% 0.86% -
XYZ 43.14 36.48 71.79 -
YUV 166.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 184 148 219 0.16 0.32 0 0.14 270.42 0.5 0.72
Hex B8 94 DB 10 20 0 E 10E 32 48
Octal 270 224 333 20 40 0 16 416 62 110
Binary 10111000 10010100 11011011 10000 100000 0 1110 100001110 110010 1001000

Color Harmonies of #B894DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B894DB

Black with #B894DB

Text Example


Text Example

White with #B894DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B894DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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