Html Css Color HEX #B89BDF Biloba Flower

📋 copy color: '#B89BDF'

red 184 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #B89BDF

Tints of Biloba Flower #B89BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 32.74%
G = 27.58%
B = 39.68%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B89BDF (or 0xB89BDF) is known color: Biloba Flower. HEX triplet: B8, 9B and DF. RGB value is (184,155,223). Sum of RGB (Red+Green+Blue) = 184+155+223=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #B89BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BDF is #476420. Grayscale: #ABABAB. Windows color (decimal): -4678689 or 14654392. OLE color: 14654392.

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

Color convert

RGB 184 155 223 -
CMYK 0.17 0.30 0 0.13
HSL 265.59º 0.52% 0.74% -
HSV(B) 265.59º 0.3% 0.87% -
XYZ 44.81 38.96 74.97 -
YUV 171.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 184 155 223 0.17 0.30 0 0.13 265.59 0.52 0.74
Hex B8 9B DF 11 1E 0 D 10A 34 4A
Octal 270 233 337 21 36 0 15 412 64 112
Binary 10111000 10011011 11011111 10001 11110 0 1101 100001010 110100 1001010

Color Harmonies of #B89BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BDF

Black with #B89BDF

Text Example


Text Example

White with #B89BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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