Html Css Color HEX #B09FED Biloba Flower

📋 copy color: '#B09FED'

red 176 ◦ green 159 ◦ blue 237

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

Shades of Biloba Flower #B09FED

Tints of Biloba Flower #B09FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 30.77%
G = 27.8%
B = 41.43%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09FED (or 0xB09FED) is known color: Biloba Flower. HEX triplet: B0, 9F and ED. RGB value is (176,159,237). Sum of RGB (Red+Green+Blue) = 176+159+237=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FED is #4F6012. Grayscale: #ACACAC. Windows color (decimal): -5201939 or 15572912. OLE color: 15572912.

HSL color Cylindrical-coordinate representation of color #B09FED: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09FED is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 159 237 -
CMYK 0.26 0.33 0 0.07
HSL 253.08º 0.68% 0.78% -
HSV(B) 253.08º 0.33% 0.93% -
XYZ 45.59 40.14 85.47 -
YUV 172.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 176 159 237 0.26 0.33 0 0.07 253.08 0.68 0.78
Hex B0 9F ED 1A 21 0 7 FD 44 4E
Octal 260 237 355 32 41 0 7 375 104 116
Binary 10110000 10011111 11101101 11010 100001 0 111 11111101 1000100 1001110

Color Harmonies of #B09FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FED

Black with #B09FED

Text Example


Text Example

White with #B09FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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