Html Css Color HEX #B89DCC Biloba Flower

📋 copy color: '#B89DCC'

red 184 ◦ green 157 ◦ blue 204

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

Shades of Biloba Flower #B89DCC

Tints of Biloba Flower #B89DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 33.76%
G = 28.81%
B = 37.43%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B89DCC (or 0xB89DCC) is known color: Biloba Flower. HEX triplet: B8, 9D and CC. RGB value is (184,157,204). Sum of RGB (Red+Green+Blue) = 184+157+204=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #B89DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DCC is #476233. Grayscale: #AAAAAA. Windows color (decimal): -4678196 or 13409720. OLE color: 13409720.

HSL color Cylindrical-coordinate representation of color #B89DCC: hue angle of 274.47º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89DCC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 157 204 -
CMYK 0.10 0.23 0 0.2
HSL 274.47º 0.32% 0.71% -
HSV(B) 274.47º 0.23% 0.8% -
XYZ 42.72 38.66 62.34 -
YUV 170.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 184 157 204 0.10 0.23 0 0.2 274.47 0.32 0.71
Hex B8 9D CC A 17 0 14 112 20 47
Octal 270 235 314 12 27 0 24 422 40 107
Binary 10111000 10011101 11001100 1010 10111 0 10100 100010010 100000 1000111

Color Harmonies of #B89DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89DCC

Black with #B89DCC

Text Example


Text Example

White with #B89DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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