Html Css Color HEX #B89CCE Biloba Flower

📋 copy color: '#B89CCE'

red 184 ◦ green 156 ◦ blue 206

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

Shades of Biloba Flower #B89CCE

Tints of Biloba Flower #B89CCE

RGB

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

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

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

R = 33.7%
G = 28.57%
B = 37.73%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B89CCE (or 0xB89CCE) is known color: Biloba Flower. HEX triplet: B8, 9C and CE. RGB value is (184,156,206). Sum of RGB (Red+Green+Blue) = 184+156+206=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B89CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCE is #476331. Grayscale: #A9A9A9. Windows color (decimal): -4678450 or 13540536. OLE color: 13540536.

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

Color convert

RGB 184 156 206 -
CMYK 0.11 0.24 0 0.19
HSL 273.6º 0.34% 0.71% -
HSV(B) 273.6º 0.24% 0.81% -
XYZ 42.8 38.42 63.55 -
YUV 170.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 184 156 206 0.11 0.24 0 0.19 273.6 0.34 0.71
Hex B8 9C CE B 18 0 13 112 22 47
Octal 270 234 316 13 30 0 23 422 42 107
Binary 10111000 10011100 11001110 1011 11000 0 10011 100010010 100010 1000111

Color Harmonies of #B89CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89CCE

Black with #B89CCE

Text Example


Text Example

White with #B89CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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