Html Css Color HEX #B89CDC Biloba Flower

📋 copy color: '#B89CDC'

red 184 ◦ green 156 ◦ blue 220

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

Shades of Biloba Flower #B89CDC

Tints of Biloba Flower #B89CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

 BLUE value IS 220 (86.33% from 255) = 39.29%

R = 32.86%
G = 27.86%
B = 39.29%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B89CDC (or 0xB89CDC) is known color: Biloba Flower. HEX triplet: B8, 9C and DC. RGB value is (184,156,220). Sum of RGB (Red+Green+Blue) = 184+156+220=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CDC is #476323. Grayscale: #ABABAB. Windows color (decimal): -4678436 or 14458040. OLE color: 14458040.

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

Color convert

RGB 184 156 220 -
CMYK 0.16 0.29 0 0.14
HSL 266.25º 0.48% 0.74% -
HSV(B) 266.25º 0.29% 0.86% -
XYZ 44.57 39.13 72.91 -
YUV 171.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 184 156 220 0.16 0.29 0 0.14 266.25 0.48 0.74
Hex B8 9C DC 10 1D 0 E 10A 30 4A
Octal 270 234 334 20 35 0 16 412 60 112
Binary 10111000 10011100 11011100 10000 11101 0 1110 100001010 110000 1001010

Color Harmonies of #B89CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89CDC

Black with #B89CDC

Text Example


Text Example

White with #B89CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89CDC; }

 p { color: rgb(184,156,220); }

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

background-color css

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

 a { background-color: rgb(184,156,220); }

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

border-color css

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

 span { border-color: rgb(184,156,220); }

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