Html Css Color HEX #B896DA Biloba Flower

📋 copy color: '#B896DA'

red 184 ◦ green 150 ◦ blue 218

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

Shades of Biloba Flower #B896DA

Tints of Biloba Flower #B896DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.17%

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

R = 33.33%
G = 27.17%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B896DA (or 0xB896DA) is known color: Biloba Flower. HEX triplet: B8, 96 and DA. RGB value is (184,150,218). Sum of RGB (Red+Green+Blue) = 184+150+218=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B896DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896DA is #476925. Grayscale: #A7A7A7. Windows color (decimal): -4679974 or 14325432. OLE color: 14325432.

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

Color convert

RGB 184 150 218 -
CMYK 0.16 0.31 0 0.15
HSL 270º 0.48% 0.72% -
HSV(B) 270º 0.31% 0.85% -
XYZ 43.33 37.07 71.2 -
YUV 167.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 184 150 218 0.16 0.31 0 0.15 270 0.48 0.72
Hex B8 96 DA 10 1F 0 F 10E 30 48
Octal 270 226 332 20 37 0 17 416 60 110
Binary 10111000 10010110 11011010 10000 11111 0 1111 100001110 110000 1001000

Color Harmonies of #B896DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896DA

Black with #B896DA

Text Example


Text Example

White with #B896DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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