Html Css Color HEX #B89BD2 Biloba Flower

📋 copy color: '#B89BD2'

red 184 ◦ green 155 ◦ blue 210

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

Shades of Biloba Flower #B89BD2

Tints of Biloba Flower #B89BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.25%

R = 33.52%
G = 28.23%
B = 38.25%

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

#B89BD2 (or 0xB89BD2) is known color: Biloba Flower. HEX triplet: B8, 9B and D2. RGB value is (184,155,210). Sum of RGB (Red+Green+Blue) = 184+155+210=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #B89BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BD2 is #47642D. Grayscale: #A9A9A9. Windows color (decimal): -4678702 or 13802424. OLE color: 13802424.

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

Color convert

RGB 184 155 210 -
CMYK 0.12 0.26 0 0.18
HSL 271.64º 0.38% 0.72% -
HSV(B) 271.64º 0.26% 0.82% -
XYZ 43.12 38.29 66.09 -
YUV 169.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 184 155 210 0.12 0.26 0 0.18 271.64 0.38 0.72
Hex B8 9B D2 C 1A 0 12 110 26 48
Octal 270 233 322 14 32 0 22 420 46 110
Binary 10111000 10011011 11010010 1100 11010 0 10010 100010000 100110 1001000

Color Harmonies of #B89BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BD2

Black with #B89BD2

Text Example


Text Example

White with #B89BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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