Html Css Color HEX #B89BD5 Biloba Flower

📋 copy color: '#B89BD5'

red 184 ◦ green 155 ◦ blue 213

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

Shades of Biloba Flower #B89BD5

Tints of Biloba Flower #B89BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.08%

 BLUE value IS 213 (83.59% from 255) = 38.59%

R = 33.33%
G = 28.08%
B = 38.59%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B89BD5 (or 0xB89BD5) is known color: Biloba Flower. HEX triplet: B8, 9B and D5. RGB value is (184,155,213). Sum of RGB (Red+Green+Blue) = 184+155+213=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #B89BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BD5 is #47642A. Grayscale: #AAAAAA. Windows color (decimal): -4678699 or 13999032. OLE color: 13999032.

HSL color Cylindrical-coordinate representation of color #B89BD5: hue angle of 270º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B89BD5 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 155 213 -
CMYK 0.14 0.27 0 0.16
HSL 270º 0.41% 0.72% -
HSV(B) 270º 0.27% 0.84% -
XYZ 43.5 38.44 68.08 -
YUV 170.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 184 155 213 0.14 0.27 0 0.16 270 0.41 0.72
Hex B8 9B D5 E 1B 0 10 10E 29 48
Octal 270 233 325 16 33 0 20 416 51 110
Binary 10111000 10011011 11010101 1110 11011 0 10000 100001110 101001 1001000

Color Harmonies of #B89BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BD5

Black with #B89BD5

Text Example


Text Example

White with #B89BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BD5; }

 p { color: rgb(184,155,213); }

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

background-color css

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

 a { background-color: rgb(184,155,213); }

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

border-color css

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

 span { border-color: rgb(184,155,213); }

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