Html Css Color HEX #B09FC6 Biloba Flower

📋 copy color: '#B09FC6'

red 176 ◦ green 159 ◦ blue 198

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

Shades of Biloba Flower #B09FC6

Tints of Biloba Flower #B09FC6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 198 (77.73% from 255) = 37.15%

R = 33.02%
G = 29.83%
B = 37.15%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B09FC6 (or 0xB09FC6) is known color: Biloba Flower. HEX triplet: B0, 9F and C6. RGB value is (176,159,198). Sum of RGB (Red+Green+Blue) = 176+159+198=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #B09FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FC6 is #4F6039. Grayscale: #A8A8A8. Windows color (decimal): -5201978 or 13017008. OLE color: 13017008.

HSL color Cylindrical-coordinate representation of color #B09FC6: hue angle of 266.15º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B09FC6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 159 198 -
CMYK 0.11 0.20 0 0.22
HSL 266.15º 0.25% 0.7% -
HSV(B) 266.15º 0.2% 0.78% -
XYZ 40.5 38.1 58.65 -
YUV 168.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 176 159 198 0.11 0.20 0 0.22 266.15 0.25 0.7
Hex B0 9F C6 B 14 0 16 10A 19 46
Octal 260 237 306 13 24 0 26 412 31 106
Binary 10110000 10011111 11000110 1011 10100 0 10110 100001010 11001 1000110

Color Harmonies of #B09FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FC6

Black with #B09FC6

Text Example


Text Example

White with #B09FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FC6; }

 p { color: rgb(176,159,198); }

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

background-color css

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

 a { background-color: rgb(176,159,198); }

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

border-color css

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

 span { border-color: rgb(176,159,198); }

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