Html Css Color HEX #B89CCD Biloba Flower

📋 copy color: '#B89CCD'

red 184 ◦ green 156 ◦ blue 205

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

Shades of Biloba Flower #B89CCD

Tints of Biloba Flower #B89CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 33.76%
G = 28.62%
B = 37.61%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B89CCD (or 0xB89CCD) is known color: Biloba Flower. HEX triplet: B8, 9C and CD. RGB value is (184,156,205). Sum of RGB (Red+Green+Blue) = 184+156+205=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #B89CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CCD is #476332. Grayscale: #A9A9A9. Windows color (decimal): -4678451 or 13475000. OLE color: 13475000.

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

Color convert

RGB 184 156 205 -
CMYK 0.10 0.24 0 0.20
HSL 274.29º 0.33% 0.71% -
HSV(B) 274.29º 0.24% 0.8% -
XYZ 42.68 38.38 62.92 -
YUV 169.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 184 156 205 0.10 0.24 0 0.20 274.29 0.33 0.71
Hex B8 9C CD A 18 0 14 112 21 47
Octal 270 234 315 12 30 0 24 422 41 107
Binary 10111000 10011100 11001101 1010 11000 0 10100 100010010 100001 1000111

Color Harmonies of #B89CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89CCD

Black with #B89CCD

Text Example


Text Example

White with #B89CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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