Html Css Color HEX #B894DF Biloba Flower

📋 copy color: '#B894DF'

red 184 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #B894DF

Tints of Biloba Flower #B894DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 33.15%
G = 26.67%
B = 40.18%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B894DF (or 0xB894DF) is known color: Biloba Flower. HEX triplet: B8, 94 and DF. RGB value is (184,148,223). Sum of RGB (Red+Green+Blue) = 184+148+223=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #B894DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894DF is #476B20. Grayscale: #A7A7A7. Windows color (decimal): -4680481 or 14652600. OLE color: 14652600.

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

Color convert

RGB 184 148 223 -
CMYK 0.17 0.34 0 0.13
HSL 268.8º 0.54% 0.73% -
HSV(B) 268.8º 0.34% 0.87% -
XYZ 43.68 36.7 74.59 -
YUV 167.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 184 148 223 0.17 0.34 0 0.13 268.8 0.54 0.73
Hex B8 94 DF 11 22 0 D 10D 36 49
Octal 270 224 337 21 42 0 15 415 66 111
Binary 10111000 10010100 11011111 10001 100010 0 1101 100001101 110110 1001001

Color Harmonies of #B894DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B894DF

Black with #B894DF

Text Example


Text Example

White with #B894DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B894DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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