Html Css Color HEX #B09BD6 Biloba Flower

📋 copy color: '#B09BD6'

red 176 ◦ green 155 ◦ blue 214

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

Shades of Biloba Flower #B09BD6

Tints of Biloba Flower #B09BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 32.29%
G = 28.44%
B = 39.27%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B09BD6 (or 0xB09BD6) is known color: Biloba Flower. HEX triplet: B0, 9B and D6. RGB value is (176,155,214). Sum of RGB (Red+Green+Blue) = 176+155+214=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #B09BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BD6 is #4F6429. Grayscale: #A7A7A7. Windows color (decimal): -5202986 or 14064560. OLE color: 14064560.

HSL color Cylindrical-coordinate representation of color #B09BD6: hue angle of 261.36º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09BD6 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 155 214 -
CMYK 0.18 0.28 0 0.16
HSL 261.36º 0.42% 0.72% -
HSV(B) 261.36º 0.28% 0.84% -
XYZ 41.76 37.53 68.66 -
YUV 168.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 176 155 214 0.18 0.28 0 0.16 261.36 0.42 0.72
Hex B0 9B D6 12 1C 0 10 105 2A 48
Octal 260 233 326 22 34 0 20 405 52 110
Binary 10110000 10011011 11010110 10010 11100 0 10000 100000101 101010 1001000

Color Harmonies of #B09BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BD6

Black with #B09BD6

Text Example


Text Example

White with #B09BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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