Html Css Color HEX #B89CD2 Biloba Flower

📋 copy color: '#B89CD2'

red 184 ◦ green 156 ◦ blue 210

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

Shades of Biloba Flower #B89CD2

Tints of Biloba Flower #B89CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.18%

R = 33.45%
G = 28.36%
B = 38.18%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B89CD2 (or 0xB89CD2) is known color: Biloba Flower. HEX triplet: B8, 9C and D2. RGB value is (184,156,210). Sum of RGB (Red+Green+Blue) = 184+156+210=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 210 - color contains mainly: blue. Hex color #B89CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CD2 is #47632D. Grayscale: #AAAAAA. Windows color (decimal): -4678446 or 13802680. OLE color: 13802680.

HSL color Cylindrical-coordinate representation of color #B89CD2: hue angle of 271.11º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89CD2 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 156 210 -
CMYK 0.12 0.26 0 0.18
HSL 271.11º 0.38% 0.72% -
HSV(B) 271.11º 0.26% 0.82% -
XYZ 43.29 38.62 66.15 -
YUV 170.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 184 156 210 0.12 0.26 0 0.18 271.11 0.38 0.72
Hex B8 9C D2 C 1A 0 12 10F 26 48
Octal 270 234 322 14 32 0 22 417 46 110
Binary 10111000 10011100 11010010 1100 11010 0 10010 100001111 100110 1001000

Color Harmonies of #B89CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89CD2

Black with #B89CD2

Text Example


Text Example

White with #B89CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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