Html Css Color HEX #B89FCE Biloba Flower

📋 copy color: '#B89FCE'

red 184 ◦ green 159 ◦ blue 206

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

Shades of Biloba Flower #B89FCE

Tints of Biloba Flower #B89FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.96%

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 33.52%
G = 28.96%
B = 37.52%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B89FCE (or 0xB89FCE) is known color: Biloba Flower. HEX triplet: B8, 9F and CE. RGB value is (184,159,206). Sum of RGB (Red+Green+Blue) = 184+159+206=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #B89FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FCE is #476031. Grayscale: #ABABAB. Windows color (decimal): -4677682 or 13541304. OLE color: 13541304.

HSL color Cylindrical-coordinate representation of color #B89FCE: hue angle of 271.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89FCE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 159 206 -
CMYK 0.11 0.23 0 0.19
HSL 271.91º 0.32% 0.72% -
HSV(B) 271.91º 0.23% 0.81% -
XYZ 43.31 39.44 63.72 -
YUV 171.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 184 159 206 0.11 0.23 0 0.19 271.91 0.32 0.72
Hex B8 9F CE B 17 0 13 110 20 48
Octal 270 237 316 13 27 0 23 420 40 110
Binary 10111000 10011111 11001110 1011 10111 0 10011 100010000 100000 1001000

Color Harmonies of #B89FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89FCE

Black with #B89FCE

Text Example


Text Example

White with #B89FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89FCE; }

 p { color: rgb(184,159,206); }

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

background-color css

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

 a { background-color: rgb(184,159,206); }

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

border-color css

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

 span { border-color: rgb(184,159,206); }

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