Html Css Color HEX #B09ECE Biloba Flower

📋 copy color: '#B09ECE'

red 176 ◦ green 158 ◦ blue 206

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

Shades of Biloba Flower #B09ECE

Tints of Biloba Flower #B09ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 32.59%
G = 29.26%
B = 38.15%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B09ECE (or 0xB09ECE) is known color: Biloba Flower. HEX triplet: B0, 9E and CE. RGB value is (176,158,206). Sum of RGB (Red+Green+Blue) = 176+158+206=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #B09ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ECE is #4F6131. Grayscale: #A8A8A8. Windows color (decimal): -5202226 or 13541040. OLE color: 13541040.

HSL color Cylindrical-coordinate representation of color #B09ECE: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09ECE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 158 206 -
CMYK 0.15 0.23 0 0.19
HSL 262.5º 0.33% 0.71% -
HSV(B) 262.5º 0.23% 0.81% -
XYZ 41.27 38.14 63.58 -
YUV 168.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 176 158 206 0.15 0.23 0 0.19 262.5 0.33 0.71
Hex B0 9E CE F 17 0 13 106 21 47
Octal 260 236 316 17 27 0 23 406 41 107
Binary 10110000 10011110 11001110 1111 10111 0 10011 100000110 100001 1000111

Color Harmonies of #B09ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ECE

Black with #B09ECE

Text Example


Text Example

White with #B09ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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