Html Css Color HEX #B895DB Biloba Flower

📋 copy color: '#B895DB'

red 184 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B895DB

Tints of Biloba Flower #B895DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.99%

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

R = 33.33%
G = 26.99%
B = 39.67%

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

#B895DB (or 0xB895DB) is known color: Biloba Flower. HEX triplet: B8, 95 and DB. RGB value is (184,149,219). Sum of RGB (Red+Green+Blue) = 184+149+219=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B895DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895DB is #476A24. Grayscale: #A7A7A7. Windows color (decimal): -4680229 or 14390712. OLE color: 14390712.

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

Color convert

RGB 184 149 219 -
CMYK 0.16 0.32 0 0.14
HSL 270º 0.49% 0.72% -
HSV(B) 270º 0.32% 0.86% -
XYZ 43.3 36.8 71.84 -
YUV 167.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 184 149 219 0.16 0.32 0 0.14 270 0.49 0.72
Hex B8 95 DB 10 20 0 E 10E 31 48
Octal 270 225 333 20 40 0 16 416 61 110
Binary 10111000 10010101 11011011 10000 100000 0 1110 100001110 110001 1001000

Color Harmonies of #B895DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895DB

Black with #B895DB

Text Example


Text Example

White with #B895DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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