Html Css Color HEX #B895DC Biloba Flower

📋 copy color: '#B895DC'

red 184 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #B895DC

Tints of Biloba Flower #B895DC

RGB

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

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

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

R = 33.27%
G = 26.94%
B = 39.78%

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

#B895DC (or 0xB895DC) is known color: Biloba Flower. HEX triplet: B8, 95 and DC. RGB value is (184,149,220). Sum of RGB (Red+Green+Blue) = 184+149+220=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B895DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895DC is #476A23. Grayscale: #A7A7A7. Windows color (decimal): -4680228 or 14456248. OLE color: 14456248.

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

Color convert

RGB 184 149 220 -
CMYK 0.16 0.32 0 0.14
HSL 269.58º 0.5% 0.72% -
HSV(B) 269.58º 0.32% 0.86% -
XYZ 43.43 36.85 72.53 -
YUV 167.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 184 149 220 0.16 0.32 0 0.14 269.58 0.5 0.72
Hex B8 95 DC 10 20 0 E 10E 32 48
Octal 270 225 334 20 40 0 16 416 62 110
Binary 10111000 10010101 11011100 10000 100000 0 1110 100001110 110010 1001000

Color Harmonies of #B895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895DC

Black with #B895DC

Text Example


Text Example

White with #B895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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