Html Css Color HEX #B89CDA Biloba Flower

📋 copy color: '#B89CDA'

red 184 ◦ green 156 ◦ blue 218

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

Shades of Biloba Flower #B89CDA

Tints of Biloba Flower #B89CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 32.97%
G = 27.96%
B = 39.07%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B89CDA (or 0xB89CDA) is known color: Biloba Flower. HEX triplet: B8, 9C and DA. RGB value is (184,156,218). Sum of RGB (Red+Green+Blue) = 184+156+218=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CDA is #476325. Grayscale: #ABABAB. Windows color (decimal): -4678438 or 14326968. OLE color: 14326968.

HSL color Cylindrical-coordinate representation of color #B89CDA: hue angle of 267.1º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89CDA is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 156 218 -
CMYK 0.16 0.28 0 0.15
HSL 267.1º 0.46% 0.73% -
HSV(B) 267.1º 0.28% 0.85% -
XYZ 44.31 39.03 71.53 -
YUV 171.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 184 156 218 0.16 0.28 0 0.15 267.1 0.46 0.73
Hex B8 9C DA 10 1C 0 F 10B 2E 49
Octal 270 234 332 20 34 0 17 413 56 111
Binary 10111000 10011100 11011010 10000 11100 0 1111 100001011 101110 1001001

Color Harmonies of #B89CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89CDA

Black with #B89CDA

Text Example


Text Example

White with #B89CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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