Html Css Color HEX #B89ADC Biloba Flower

📋 copy color: '#B89ADC'

red 184 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #B89ADC

Tints of Biloba Flower #B89ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.6%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 32.97%
G = 27.6%
B = 39.43%

CMYK

 C value IS 0.16

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B89ADC (or 0xB89ADC) is known color: Biloba Flower. HEX triplet: B8, 9A and DC. RGB value is (184,154,220). Sum of RGB (Red+Green+Blue) = 184+154+220=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADC is #476523. Grayscale: #AAAAAA. Windows color (decimal): -4678948 or 14457528. OLE color: 14457528.

HSL color Cylindrical-coordinate representation of color #B89ADC: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89ADC is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 154 220 -
CMYK 0.16 0.3 0 0.14
HSL 267.27º 0.49% 0.73% -
HSV(B) 267.27º 0.3% 0.86% -
XYZ 44.24 38.47 72.8 -
YUV 170.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 184 154 220 0.16 0.3 0 0.14 267.27 0.49 0.73
Hex B8 9A DC 10 1E 0 E 10B 31 49
Octal 270 232 334 20 36 0 16 413 61 111
Binary 10111000 10011010 11011100 10000 11110 0 1110 100001011 110001 1001001

Color Harmonies of #B89ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89ADC

Black with #B89ADC

Text Example


Text Example

White with #B89ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89ADC; }

 p { color: rgb(184,154,220); }

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

background-color css

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

 a { background-color: rgb(184,154,220); }

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

border-color css

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

 span { border-color: rgb(184,154,220); }

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