Html Css Color HEX #B09BD1 Biloba Flower

📋 copy color: '#B09BD1'

red 176 ◦ green 155 ◦ blue 209

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

Shades of Biloba Flower #B09BD1

Tints of Biloba Flower #B09BD1

RGB

 RED value IS 176 (69.14% from 255) = 32.59%

 GREEN value IS 155 (60.94% from 255) = 28.7%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 32.59%
G = 28.7%
B = 38.7%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B09BD1 (or 0xB09BD1) is known color: Biloba Flower. HEX triplet: B0, 9B and D1. RGB value is (176,155,209). Sum of RGB (Red+Green+Blue) = 176+155+209=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 209 - color contains mainly: blue. Hex color #B09BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BD1 is #4F642E. Grayscale: #A7A7A7. Windows color (decimal): -5202991 or 13736880. OLE color: 13736880.

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

Color convert

RGB 176 155 209 -
CMYK 0.16 0.26 0 0.18
HSL 263.33º 0.37% 0.71% -
HSV(B) 263.33º 0.26% 0.82% -
XYZ 41.13 37.28 65.35 -
YUV 167.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 176 155 209 0.16 0.26 0 0.18 263.33 0.37 0.71
Hex B0 9B D1 10 1A 0 12 107 25 47
Octal 260 233 321 20 32 0 22 407 45 107
Binary 10110000 10011011 11010001 10000 11010 0 10010 100000111 100101 1000111

Color Harmonies of #B09BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BD1

Black with #B09BD1

Text Example


Text Example

White with #B09BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BD1; }

 p { color: rgb(176,155,209); }

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

background-color css

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

 a { background-color: rgb(176,155,209); }

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

border-color css

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

 span { border-color: rgb(176,155,209); }

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