Html Css Color HEX #B09BED Biloba Flower

📋 copy color: '#B09BED'

red 176 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #B09BED

Tints of Biloba Flower #B09BED

RGB

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

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

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

R = 30.99%
G = 27.29%
B = 41.73%

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

#B09BED (or 0xB09BED) is known color: Biloba Flower. HEX triplet: B0, 9B and ED. RGB value is (176,155,237). Sum of RGB (Red+Green+Blue) = 176+155+237=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BED is #4F6412. Grayscale: #AAAAAA. Windows color (decimal): -5202963 or 15571888. OLE color: 15571888.

HSL color Cylindrical-coordinate representation of color #B09BED: hue angle of 255.37º degrees, saturation: 0.69, 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 #B09BED is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 155 237 -
CMYK 0.26 0.35 0 0.07
HSL 255.37º 0.69% 0.77% -
HSV(B) 255.37º 0.35% 0.93% -
XYZ 44.91 38.79 85.24 -
YUV 170.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 176 155 237 0.26 0.35 0 0.07 255.37 0.69 0.77
Hex B0 9B ED 1A 23 0 7 FF 45 4D
Octal 260 233 355 32 43 0 7 377 105 115
Binary 10110000 10011011 11101101 11010 100011 0 111 11111111 1000101 1001101

Color Harmonies of #B09BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BED

Black with #B09BED

Text Example


Text Example

White with #B09BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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