Html Css Color HEX #B89AD0 Biloba Flower

📋 copy color: '#B89AD0'

red 184 ◦ green 154 ◦ blue 208

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

Shades of Biloba Flower #B89AD0

Tints of Biloba Flower #B89AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 33.7%
G = 28.21%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B89AD0 (or 0xB89AD0) is known color: Biloba Flower. HEX triplet: B8, 9A and D0. RGB value is (184,154,208). Sum of RGB (Red+Green+Blue) = 184+154+208=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #B89AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89AD0 is #47652F. Grayscale: #A8A8A8. Windows color (decimal): -4678960 or 13671096. OLE color: 13671096.

HSL color Cylindrical-coordinate representation of color #B89AD0: hue angle of 273.33º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89AD0 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 154 208 -
CMYK 0.12 0.26 0 0.18
HSL 273.33º 0.36% 0.71% -
HSV(B) 273.33º 0.26% 0.82% -
XYZ 42.71 37.86 64.73 -
YUV 169.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 184 154 208 0.12 0.26 0 0.18 273.33 0.36 0.71
Hex B8 9A D0 C 1A 0 12 111 24 47
Octal 270 232 320 14 32 0 22 421 44 107
Binary 10111000 10011010 11010000 1100 11010 0 10010 100010001 100100 1000111

Color Harmonies of #B89AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89AD0

Black with #B89AD0

Text Example


Text Example

White with #B89AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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