Html Css Color HEX #B895D9 Biloba Flower

📋 copy color: '#B895D9'

red 184 ◦ green 149 ◦ blue 217

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

Shades of Biloba Flower #B895D9

Tints of Biloba Flower #B895D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.45%

R = 33.45%
G = 27.09%
B = 39.45%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B895D9 (or 0xB895D9) is known color: Biloba Flower. HEX triplet: B8, 95 and D9. RGB value is (184,149,217). Sum of RGB (Red+Green+Blue) = 184+149+217=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B895D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895D9 is #476A26. Grayscale: #A6A6A6. Windows color (decimal): -4680231 or 14259640. OLE color: 14259640.

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

Color convert

RGB 184 149 217 -
CMYK 0.15 0.31 0 0.15
HSL 270.88º 0.47% 0.72% -
HSV(B) 270.88º 0.31% 0.85% -
XYZ 43.04 36.7 70.46 -
YUV 167.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 184 149 217 0.15 0.31 0 0.15 270.88 0.47 0.72
Hex B8 95 D9 F 1F 0 F 10F 2F 48
Octal 270 225 331 17 37 0 17 417 57 110
Binary 10111000 10010101 11011001 1111 11111 0 1111 100001111 101111 1001000

Color Harmonies of #B895D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895D9

Black with #B895D9

Text Example


Text Example

White with #B895D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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