Html Css Color HEX #B89DDD Biloba Flower

📋 copy color: '#B89DDD'

red 184 ◦ green 157 ◦ blue 221

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

Shades of Biloba Flower #B89DDD

Tints of Biloba Flower #B89DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.94%

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

R = 32.74%
G = 27.94%
B = 39.32%

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

#B89DDD (or 0xB89DDD) is known color: Biloba Flower. HEX triplet: B8, 9D and DD. RGB value is (184,157,221). Sum of RGB (Red+Green+Blue) = 184+157+221=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #B89DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DDD is #476222. Grayscale: #ACACAC. Windows color (decimal): -4678179 or 14523832. OLE color: 14523832.

HSL color Cylindrical-coordinate representation of color #B89DDD: hue angle of 265.31º 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 #B89DDD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 157 221 -
CMYK 0.17 0.29 0 0.13
HSL 265.31º 0.48% 0.74% -
HSV(B) 265.31º 0.29% 0.87% -
XYZ 44.88 39.52 73.67 -
YUV 172.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 184 157 221 0.17 0.29 0 0.13 265.31 0.48 0.74
Hex B8 9D DD 11 1D 0 D 109 30 4A
Octal 270 235 335 21 35 0 15 411 60 112
Binary 10111000 10011101 11011101 10001 11101 0 1101 100001001 110000 1001010

Color Harmonies of #B89DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89DDD

Black with #B89DDD

Text Example


Text Example

White with #B89DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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