Html Css Color HEX #B09EC9 Biloba Flower

📋 copy color: '#B09EC9'

red 176 ◦ green 158 ◦ blue 201

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

Shades of Biloba Flower #B09EC9

Tints of Biloba Flower #B09EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.53%

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 32.9%
G = 29.53%
B = 37.57%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B09EC9 (or 0xB09EC9) is known color: Biloba Flower. HEX triplet: B0, 9E and C9. RGB value is (176,158,201). Sum of RGB (Red+Green+Blue) = 176+158+201=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #B09EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EC9 is #4F6136. Grayscale: #A8A8A8. Windows color (decimal): -5202231 or 13213360. OLE color: 13213360.

HSL color Cylindrical-coordinate representation of color #B09EC9: hue angle of 265.12º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B09EC9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 158 201 -
CMYK 0.12 0.21 0 0.21
HSL 265.12º 0.28% 0.7% -
HSV(B) 265.12º 0.21% 0.79% -
XYZ 40.67 37.9 60.43 -
YUV 168.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 176 158 201 0.12 0.21 0 0.21 265.12 0.28 0.7
Hex B0 9E C9 C 15 0 15 109 1C 46
Octal 260 236 311 14 25 0 25 411 34 106
Binary 10110000 10011110 11001001 1100 10101 0 10101 100001001 11100 1000110

Color Harmonies of #B09EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EC9

Black with #B09EC9

Text Example


Text Example

White with #B09EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EC9; }

 p { color: rgb(176,158,201); }

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

background-color css

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

 a { background-color: rgb(176,158,201); }

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

border-color css

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

 span { border-color: rgb(176,158,201); }

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