Html Css Color HEX #B09EDF Biloba Flower

📋 copy color: '#B09EDF'

red 176 ◦ green 158 ◦ blue 223

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

Shades of Biloba Flower #B09EDF

Tints of Biloba Flower #B09EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 31.6%
G = 28.37%
B = 40.04%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B09EDF (or 0xB09EDF) is known color: Biloba Flower. HEX triplet: B0, 9E and DF. RGB value is (176,158,223). Sum of RGB (Red+Green+Blue) = 176+158+223=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B09EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EDF is #4F6120. Grayscale: #AAAAAA. Windows color (decimal): -5202209 or 14655152. OLE color: 14655152.

HSL color Cylindrical-coordinate representation of color #B09EDF: hue angle of 256.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B09EDF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 158 223 -
CMYK 0.21 0.29 0 0.13
HSL 256.62º 0.5% 0.75% -
HSV(B) 256.62º 0.29% 0.87% -
XYZ 43.45 39.01 75.05 -
YUV 170.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 176 158 223 0.21 0.29 0 0.13 256.62 0.5 0.75
Hex B0 9E DF 15 1D 0 D 101 32 4B
Octal 260 236 337 25 35 0 15 401 62 113
Binary 10110000 10011110 11011111 10101 11101 0 1101 100000001 110010 1001011

Color Harmonies of #B09EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09EDF

Black with #B09EDF

Text Example


Text Example

White with #B09EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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