Html Css Color HEX #B09DDF Biloba Flower

📋 copy color: '#B09DDF'

red 176 ◦ green 157 ◦ blue 223

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

Shades of Biloba Flower #B09DDF

Tints of Biloba Flower #B09DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 31.65%
G = 28.24%
B = 40.11%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09DDF (or 0xB09DDF) is known color: Biloba Flower. HEX triplet: B0, 9D and DF. RGB value is (176,157,223). Sum of RGB (Red+Green+Blue) = 176+157+223=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDF is #4F6220. Grayscale: #A9A9A9. Windows color (decimal): -5202465 or 14654896. OLE color: 14654896.

HSL color Cylindrical-coordinate representation of color #B09DDF: hue angle of 257.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09DDF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 157 223 -
CMYK 0.21 0.30 0 0.13
HSL 257.27º 0.51% 0.75% -
HSV(B) 257.27º 0.3% 0.87% -
XYZ 43.28 38.67 75 -
YUV 170.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 176 157 223 0.21 0.30 0 0.13 257.27 0.51 0.75
Hex B0 9D DF 15 1E 0 D 101 33 4B
Octal 260 235 337 25 36 0 15 401 63 113
Binary 10110000 10011101 11011111 10101 11110 0 1101 100000001 110011 1001011

Color Harmonies of #B09DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DDF

Black with #B09DDF

Text Example


Text Example

White with #B09DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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