Html Css Color HEX #B89EDD Biloba Flower

📋 copy color: '#B89EDD'

red 184 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #B89EDD

Tints of Biloba Flower #B89EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.06%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 32.68%
G = 28.06%
B = 39.25%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B89EDD (or 0xB89EDD) is known color: Biloba Flower. HEX triplet: B8, 9E and DD. RGB value is (184,158,221). Sum of RGB (Red+Green+Blue) = 184+158+221=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #B89EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EDD is #476122. Grayscale: #ACACAC. Windows color (decimal): -4677923 or 14524088. OLE color: 14524088.

HSL color Cylindrical-coordinate representation of color #B89EDD: hue angle of 264.76º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89EDD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 158 221 -
CMYK 0.17 0.29 0 0.13
HSL 264.76º 0.48% 0.74% -
HSV(B) 264.76º 0.29% 0.87% -
XYZ 45.05 39.86 73.73 -
YUV 172.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 184 158 221 0.17 0.29 0 0.13 264.76 0.48 0.74
Hex B8 9E DD 11 1D 0 D 109 30 4A
Octal 270 236 335 21 35 0 15 411 60 112
Binary 10111000 10011110 11011101 10001 11101 0 1101 100001001 110000 1001010

Color Harmonies of #B89EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89EDD

Black with #B89EDD

Text Example


Text Example

White with #B89EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89EDD; }

 p { color: rgb(184,158,221); }

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

background-color css

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

 a { background-color: rgb(184,158,221); }

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

border-color css

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

 span { border-color: rgb(184,158,221); }

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