Html Css Color HEX #B09BD0 Biloba Flower

📋 copy color: '#B09BD0'

red 176 ◦ green 155 ◦ blue 208

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

Shades of Biloba Flower #B09BD0

Tints of Biloba Flower #B09BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 32.65%
G = 28.76%
B = 38.59%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B09BD0 (or 0xB09BD0) is known color: Biloba Flower. HEX triplet: B0, 9B and D0. RGB value is (176,155,208). Sum of RGB (Red+Green+Blue) = 176+155+208=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #B09BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BD0 is #4F642F. Grayscale: #A7A7A7. Windows color (decimal): -5202992 or 13671344. OLE color: 13671344.

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

Color convert

RGB 176 155 208 -
CMYK 0.15 0.25 0 0.18
HSL 263.77º 0.36% 0.71% -
HSV(B) 263.77º 0.25% 0.82% -
XYZ 41.01 37.23 64.7 -
YUV 167.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 176 155 208 0.15 0.25 0 0.18 263.77 0.36 0.71
Hex B0 9B D0 F 19 0 12 108 24 47
Octal 260 233 320 17 31 0 22 410 44 107
Binary 10110000 10011011 11010000 1111 11001 0 10010 100001000 100100 1000111

Color Harmonies of #B09BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BD0

Black with #B09BD0

Text Example


Text Example

White with #B09BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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