Html Css Color HEX #B09AED Biloba Flower

📋 copy color: '#B09AED'

red 176 ◦ green 154 ◦ blue 237

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

Shades of Biloba Flower #B09AED

Tints of Biloba Flower #B09AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.16%

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

R = 31.04%
G = 27.16%
B = 41.8%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B09AED (or 0xB09AED) is known color: Biloba Flower. HEX triplet: B0, 9A and ED. RGB value is (176,154,237). Sum of RGB (Red+Green+Blue) = 176+154+237=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09AED is #4F6512. Grayscale: #A9A9A9. Windows color (decimal): -5203219 or 15571632. OLE color: 15571632.

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

Color convert

RGB 176 154 237 -
CMYK 0.26 0.35 0 0.07
HSL 255.9º 0.7% 0.77% -
HSV(B) 255.9º 0.35% 0.93% -
XYZ 44.75 38.46 85.19 -
YUV 170.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 176 154 237 0.26 0.35 0 0.07 255.9 0.7 0.77
Hex B0 9A ED 1A 23 0 7 100 46 4D
Octal 260 232 355 32 43 0 7 400 106 115
Binary 10110000 10011010 11101101 11010 100011 0 111 100000000 1000110 1001101

Color Harmonies of #B09AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AED

Black with #B09AED

Text Example


Text Example

White with #B09AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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