Html Css Color HEX #B09DDB Biloba Flower

📋 copy color: '#B09DDB'

red 176 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #B09DDB

Tints of Biloba Flower #B09DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 31.88%
G = 28.44%
B = 39.67%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B09DDB (or 0xB09DDB) is known color: Biloba Flower. HEX triplet: B0, 9D and DB. RGB value is (176,157,219). Sum of RGB (Red+Green+Blue) = 176+157+219=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B09DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDB is #4F6224. Grayscale: #A9A9A9. Windows color (decimal): -5202469 or 14392752. OLE color: 14392752.

HSL color Cylindrical-coordinate representation of color #B09DDB: hue angle of 258.39º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09DDB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 157 219 -
CMYK 0.20 0.28 0 0.14
HSL 258.39º 0.46% 0.74% -
HSV(B) 258.39º 0.28% 0.86% -
XYZ 42.75 38.46 72.19 -
YUV 169.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 176 157 219 0.20 0.28 0 0.14 258.39 0.46 0.74
Hex B0 9D DB 14 1C 0 E 102 2E 4A
Octal 260 235 333 24 34 0 16 402 56 112
Binary 10110000 10011101 11011011 10100 11100 0 1110 100000010 101110 1001010

Color Harmonies of #B09DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DDB

Black with #B09DDB

Text Example


Text Example

White with #B09DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DDB; }

 p { color: rgb(176,157,219); }

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

background-color css

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

 a { background-color: rgb(176,157,219); }

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

border-color css

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

 span { border-color: rgb(176,157,219); }

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