Html Css Color HEX #B890DA Biloba Flower

📋 copy color: '#B890DA'

red 184 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #B890DA

Tints of Biloba Flower #B890DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.37%

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

R = 33.7%
G = 26.37%
B = 39.93%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B890DA (or 0xB890DA) is known color: Biloba Flower. HEX triplet: B8, 90 and DA. RGB value is (184,144,218). Sum of RGB (Red+Green+Blue) = 184+144+218=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B890DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890DA is #476F25. Grayscale: #A4A4A4. Windows color (decimal): -4681510 or 14323896. OLE color: 14323896.

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

Color convert

RGB 184 144 218 -
CMYK 0.16 0.34 0 0.15
HSL 272.43º 0.5% 0.71% -
HSV(B) 272.43º 0.34% 0.85% -
XYZ 42.4 35.2 70.89 -
YUV 164.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 184 144 218 0.16 0.34 0 0.15 272.43 0.5 0.71
Hex B8 90 DA 10 22 0 F 110 32 47
Octal 270 220 332 20 42 0 17 420 62 107
Binary 10111000 10010000 11011010 10000 100010 0 1111 100010000 110010 1000111

Color Harmonies of #B890DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890DA

Black with #B890DA

Text Example


Text Example

White with #B890DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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