Html Css Color HEX #B89CDD Biloba Flower

📋 copy color: '#B89CDD'

red 184 ◦ green 156 ◦ blue 221

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

Shades of Biloba Flower #B89CDD

Tints of Biloba Flower #B89CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 32.8%
G = 27.81%
B = 39.39%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B89CDD (or 0xB89CDD) is known color: Biloba Flower. HEX triplet: B8, 9C and DD. RGB value is (184,156,221). Sum of RGB (Red+Green+Blue) = 184+156+221=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B89CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CDD is #476322. Grayscale: #ABABAB. Windows color (decimal): -4678435 or 14523576. OLE color: 14523576.

HSL color Cylindrical-coordinate representation of color #B89CDD: hue angle of 265.85º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89CDD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 156 221 -
CMYK 0.17 0.29 0 0.13
HSL 265.85º 0.49% 0.74% -
HSV(B) 265.85º 0.29% 0.87% -
XYZ 44.71 39.19 73.61 -
YUV 171.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 184 156 221 0.17 0.29 0 0.13 265.85 0.49 0.74
Hex B8 9C DD 11 1D 0 D 10A 31 4A
Octal 270 234 335 21 35 0 15 412 61 112
Binary 10111000 10011100 11011101 10001 11101 0 1101 100001010 110001 1001010

Color Harmonies of #B89CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89CDD

Black with #B89CDD

Text Example


Text Example

White with #B89CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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