Html Css Color HEX #B895DA Biloba Flower

📋 copy color: '#B895DA'

red 184 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #B895DA

Tints of Biloba Flower #B895DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 33.39%
G = 27.04%
B = 39.56%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B895DA (or 0xB895DA) is known color: Biloba Flower. HEX triplet: B8, 95 and DA. RGB value is (184,149,218). Sum of RGB (Red+Green+Blue) = 184+149+218=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B895DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895DA is #476A25. Grayscale: #A7A7A7. Windows color (decimal): -4680230 or 14325176. OLE color: 14325176.

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

Color convert

RGB 184 149 218 -
CMYK 0.16 0.32 0 0.15
HSL 270.43º 0.48% 0.72% -
HSV(B) 270.43º 0.32% 0.85% -
XYZ 43.17 36.75 71.15 -
YUV 167.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 184 149 218 0.16 0.32 0 0.15 270.43 0.48 0.72
Hex B8 95 DA 10 20 0 F 10E 30 48
Octal 270 225 332 20 40 0 17 416 60 110
Binary 10111000 10010101 11011010 10000 100000 0 1111 100001110 110000 1001000

Color Harmonies of #B895DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895DA

Black with #B895DA

Text Example


Text Example

White with #B895DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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