Html Css Color HEX #B893DA Biloba Flower

📋 copy color: '#B893DA'

red 184 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #B893DA

Tints of Biloba Flower #B893DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.78%

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

R = 33.52%
G = 26.78%
B = 39.71%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B893DA (or 0xB893DA) is known color: Biloba Flower. HEX triplet: B8, 93 and DA. RGB value is (184,147,218). Sum of RGB (Red+Green+Blue) = 184+147+218=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #B893DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893DA is #476C25. Grayscale: #A5A5A5. Windows color (decimal): -4680742 or 14324664. OLE color: 14324664.

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

Color convert

RGB 184 147 218 -
CMYK 0.16 0.33 0 0.15
HSL 271.27º 0.49% 0.72% -
HSV(B) 271.27º 0.33% 0.85% -
XYZ 42.86 36.12 71.04 -
YUV 166.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 184 147 218 0.16 0.33 0 0.15 271.27 0.49 0.72
Hex B8 93 DA 10 21 0 F 10F 31 48
Octal 270 223 332 20 41 0 17 417 61 110
Binary 10111000 10010011 11011010 10000 100001 0 1111 100001111 110001 1001000

Color Harmonies of #B893DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B893DA

Black with #B893DA

Text Example


Text Example

White with #B893DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B893DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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